Sam Elowitch said:
Is there a way to make a cell display nothing if its contents are equal to,
say, zero?
-Sam
One way:
Format/Cell/Number/Custom General;General;;@
XL's number format has four fields. By default, the first is used for
positive numbers, the second for negative numbers, the third for zero
and the fourth for text. By leaving the third field blank, nothing will
display if the value is zero.
Another:
Choose Format/Conditional formatting...
CF1: Value is equal to 0
Format: Font the same color as the background.