![]() |
Graph formatting lines
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? |
Graph formatting lines
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()) -- David Biddulph Kirsty wrote: 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? |
All times are GMT +1. The time now is 04:49 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com