How can I make a none value cell not show as zero on a chart?

G

Guest

If a cell has a hidden fomula that returns a blank cell, then the chart
always reads this as a zero and plots the line as a zero?

Similarly if the cell contains a letter rather than a number, this will also
be plotted as a zero?
 
A

Andy Pope

Hi,

Depending on the chart type you can use NA() instead of "" in your formula.
=IF( A1 <> "X" , A1 , NA() )

Cheers
Andy
 

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