is there a way to hide zeros in a line graph

L

L Young

Bernard,
Thanks for helping. The problem is the cell is a link and I don't think I
can manipulate the cell b/c of link. Any other way to include answers in
graph greater than '0'.
Linda
 
B

Bernard Liengme

If the cells are blank, use Tools|Options and open the chart tab and specify
what to do with blanks cells.
What is the formula for the link? (You may want to email me directly)
 
J

Jon Peltier

If the cell is linked, there must be a formula. So replace this:

=A1

with this:

=IF(A1<>0,A1,NA())

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
 
J

Jakob Austgulen

But I dont want #NA in my sheet.
--


Jakob

Jon Peltier said:
If the cell is linked, there must be a formula. So replace this:

=A1

with this:

=IF(A1<>0,A1,NA())

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
 

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