Jonathan -
You can replace the zeros by blanks, if they are not the result of a
formula in the cell. This means clear the cell, select it and press
Delete. "" won't do it, because it isn't a blank, it's a rather short
text string.
If the 0 is from a formula, replace it by NA(), which gives you the #N/A
error in the worksheet. the formula will have to look like this:
=IF(<something>=0,NA(),<something>)
If the error values in the cells bothers you, use conditional formatting
to hide them. Debra Dalgleish describes the process here:
http://contextures.com/xlCondFormat03.html#Errors
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______