here's a simple IF statement with a MIN function.
=IF(MIN(D$3:D$27)=0,0,MIN(D$3:D$27)-2%)
how do i modify the formula so that:
if the formula returns the MIN value of 0, i want the MIN value greater than zero (in other words, how do i ignore a MIN value of zero?!?). thanks.
mach3
=IF(MIN(D$3:D$27)=0,0,MIN(D$3:D$27)-2%)
how do i modify the formula so that:
if the formula returns the MIN value of 0, i want the MIN value greater than zero (in other words, how do i ignore a MIN value of zero?!?). thanks.
mach3