hiding noughts

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?
 
P

Pentranch

I would like to show blank instead of zero values in cells on my
template spreadsheet (just for aesthetic reasons). Any pointers?
 
D

David McRitchie

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

Gord Dibben

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

Top