G
Guest3731
This is a bit like my last question. I want to fill a cell with
either the minimum of two values, or, if that minimum is either zero
or negative, then 0. I'm using
=IF(MIN(F26,F28)>0,MIN(F26,F28),0)
However, if cell f26 is empty, this formula will show the value of
f28, rather than showing 0 as I had intended. Is there a version of
this formula I can use that will automatically assume that blank cells
= 0?
Thanks -
either the minimum of two values, or, if that minimum is either zero
or negative, then 0. I'm using
=IF(MIN(F26,F28)>0,MIN(F26,F28),0)
However, if cell f26 is empty, this formula will show the value of
f28, rather than showing 0 as I had intended. Is there a version of
this formula I can use that will automatically assume that blank cells
= 0?
Thanks -