Graph formatting lines

K

Kirsty

I have a graph, which has actual data until yesterday, and plan data. I have
in the data no value for the actual data after this day, but on my graph the
line drops to 0. How do I stop this?
 
D

David Biddulph

If you have a formula producing a zero or a null string, change it to
produce NA().

For example, change =IF(condition,value,"") to =IF(condition,value,NA())
 

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