If using a formula and you want the cell appear blank if the result is zero, build a IF statement around the formula. That way if I change the font or background color of the cell it does not affect the hidden zero. Example:
=IF(SUM(A4:A5)=0,"",SUM(A4:A5))
Discussion on:
Message 12 of 12

































