hiding noughts

  • Thread starter Thread starter RagDyer
  • Start date Start date
R

RagDyer

<Tools> <Options> <View> tab,
And *Uncheck* "Zero Values", under "Window Options".
--

HTH,

RD
==============================================
Please keep all correspondence within the Group, so all may benefit!
==============================================

I would like to show blank instead of zero values in cells on my
template spreadsheet (just for aesthetic reasons). Any pointers?
 
I would like to show blank instead of zero values in cells on my
template spreadsheet (just for aesthetic reasons). Any pointers?
 
If you don't want to mess up other things you can format
the column with an empty 3rd slot the zero
using #,##0_);(#,##0);; instead of #,##0_);(#,##0)

To most of us there is a big difference between zero
and empty.
 
Pent

If your zeros are the result of formulas, you could trap for that in your
formulas.

=IF(A1+B1=0,"",A1+B1)

Gord Dibben Excel MVP
 

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

Back
Top