Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi
that can be done when the formula returns NA() (not available) -- Wigi http://www.wimgielis.be = Excel/VBA, soccer and music "Par3" wrote: 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? |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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 Par3 wrote: 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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Chart Titles not showing in excel chart | Excel Discussion (Misc queries) | |||
Chart Titles not showing in excel chart Window | Excel Discussion (Misc queries) | |||
copying excel chart formats from one chart to another | Excel Discussion (Misc queries) | |||
Excel chart - how to assign the file name in the chart title? | Charts and Charting in Excel | |||
How do I resize a chart in Excel after the chart has been saved... | Charts and Charting in Excel |