Giacomo -
You should delete the non numeric cells. Excel can at least skip a blank
cell. It can't skip an apparently blank cell produced by "" in a
formula, because "" is a text entry even though it's zero characters
long. If you change "" to NA() in a formula, you get an ugly error in
the sheet, but the chart doesn't plot it.
If you're stuck displaying the text within the data table, you could
make another table elsewhere, linked to this one, but without the text.
Use the new table as your chart's data range.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
Giacomo wrote:
> Is it possible for charting to ignore parts of data
> ranges which are neither numbers nor dates? (So far as I
> can tell it reads them as 0s.)
> Regards,
> giacomo