Thread
:
How do I make a cell appear empty when the formula = 0?
View Single Post
#
2
Dave Peterson
Posts: n/a
=if(yourformulahere=0,"",yourformulahere)
t1202 wrote:
If the answer to the formula is 0, how can I make it just show the cell as
empty instead of actually putting a 0 in the cell?
--
Dave Peterson
Reply With Quote