Can you stop charts from plotting logic statements as 0

G

Guest

I have plotted a graph from a 12 month data table, this table pulls in
information from other sheets. The idea is as the data is inputted as the
year goes along, the graph automaticaly draws. The problem I have is that as
there is a formula in the data cells pulling in the information, in say the
data the the following month hasnt been entered yet then the graph plots a 0.
I have used a logic statement where the cell returns a blank value but as
there is still the logic statement the graph still plots a value of 0, any
ideas?
 
A

Andy Pope

Hi,

Instead of returning a blank value, which the graph will treat as zero,
use 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