weired plotting

M

Mike

When cells with formula like ="", cells return empty value
(blank cells). However, if trying to plot these cells,
the plot will show zeros versus row numbers. Anyone knows
how to fix the problem?
Thx in advance.
 
J

Jon Peltier

Mike -

Those aren't empty cells, nor are they blanks. They are text strings,
and Excel treats them like zeros, same as any text strings. Change the
"" in your formula to NA(), which puts the #N/A error into the cells.
They look ugly in the worksheet, but the chart ignores them. You can
use conditional formatting to hide the errors in the sheet.

- Jon
 

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