hide zeros

  • Thread starter Thread starter ralpha
  • Start date Start date
R

ralpha

how do I hide zero results when I'm using this formula: =LEFT(AL8,1)

I have tried conditional formatting and custom numbering but ca't get it to
work.
 
A tiny trick! if the formula is in cell B9, then use conditional formatting:

FormulaIs =B9="0" and make the font color match the background color.

We need the double-quotes because LEFT() returns Text rather than a number.
 
Back
Top