If formula result = 0, do not display-leave cell blank

A

ASG

When the result of a formula's calculation is zero (0) I want the cell to
remain blank instead of showing 0. I am using Microsoft office Excel 2007
 
P

Pete_UK

Try something like this:

=IF(your_formula=0,"",your_formula)

Hope this helps.

Pete
 
Top