Excel Chart

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When plotting a chart which automatically updates, the last data entry is a
formula but will not have actual data until the information is entered on the
next week. On the chart it plots zero - how can I get the chart to not plot
this but yet have it included in my source data?
 
Hi,

The formula needs to use NA() rather than zero or "" for periods not yet
used. So your formula may look something like this,

=IF( <test> , <valuetouse> , 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

Back
Top