is there a way to hide zeros in a line graph

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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)
 
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/
_______
 
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/
_______
 
Back
Top