Excel Zero Values

P

Paul Findlay

i have a spreadsheet with cell values that are taken from
another sheet so each cell is a formula. The cells from
the primary sheet that don't have a value in them come
through as 0.00, and with zero values turned off I can't
see them.

Problem is that when I turn zero values on, it turns
itself off after a cell value is changed.

How can I make it stay on?
 
D

Dave Peterson

Instead of toggling the zero values, how about adjusting your formula:

instead of =sheet2!a1
use =if(sheet2!a1="","",sheet2!a1)
 

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