if SUM = zero, then display nothing... how?

  • Thread starter Thread starter Bryce
  • Start date Start date
B

Bryce

I want the cells to display no number, not even a zero, if there is no
value. How can I do this?
 
Format the cells to something like General;General;
The trailing semicolon indicates that zeros are not to be displayed.
Or---
Tools/Options/View/deselect Zero Values.
 
Bryce,

Assuming that your formula is a SUM, use
If(SUM(...)=0,"",SUM(...))

--
Regards,
Auk Ales

* Please reply to this newsgroup only *
* I will not react on unsolicited e-mails *
 

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