I have a requirement i need to find the minimum value from selected 4 cells i tried with array to find the minimum i can able to find the min value but issue is if 0 is present min value showing as 0 but it when there is a zero present it should ignore that and it should find min value among other 3 values.
i have a issue while array is {0,0,0,6} my requirement is it should take 6 but as per your code its taking second digit β0β , Can you help to overcome this ?