Your formula is probably something like
=IF(something,value,"")
The "" looks blank, but it's a piece of text, and Excel assigns a value of
zero to text. In line and XY charts, if you change "" to NA(), the formula
returns #N/A, which is not plotted with a marker. You can hide the error
with conditional formatting.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______
> Hello All,
> I am using Excel 2007 and have a situation with the charting
[quoted text clipped - 31 lines]
> chart using the line graph and at the same time keep the formulas in the
> cells?