Hello!
I'm trying to get min of the following range so it only shows any value so long as the value is something above zero
However it keeps displaying 0 in the cell i have this formula in. What am i doing wrong? or is there another method/way?
Thanks!
I'm trying to get min of the following range so it only shows any value so long as the value is something above zero
Code:
={MIN(IF($U$112:$AS$112>0,$U$112:$AS$112))}
However it keeps displaying 0 in the cell i have this formula in. What am i doing wrong? or is there another method/way?
Thanks!