hide zeros

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.
 
G

Gary''s Student

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top