IF formula

T

T. Valko

Try this:

=IF(A1=0,"",do_something_else)

If A1 is either empty or contains the number 0 the formula returns a blank.

Biff
 
T

tim m

You can suppress zeros by going 'tools'....'options'...'view' tab and then
uncheck the zero values box. do you just not want to see the zeros or do you
actually want to put a blank into the cell?
 
Top