Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hello everyone,
I have created a chart in Excel ('03), with three series lines. At this stage the data range for the chart is not complete, so there are some 0 values. Thus, the series lines drop down to 0 on the right hand side of the chart. Is it possible to have the series lines stop after the values which are 0? Then, when the correct data is added into the chart, replacing the 0 values, the series lines would continue. Any help would be much appreciated. Thank you. |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
You can set up dynamic ranges for the data, which are based on the
number of values 0. Here is some help: http://peltiertech.com/WordPress/dynamic-charts/ There are lots of links to similar examples at the end of that page. It might be better to have your formulas return something other than zero if the cells they link to are blank. Something like this: =IF(A1="",NA(),A1) will put #N/A into a cell if A1 is blank. Looks strange, but it is not plotted in a line or XY chart. In some cases, this approach is all you need, without the dynamic range names of the approach in the page I cited above. - Jon ------- Jon Peltier Peltier Technical Services, Inc. http://peltiertech.com/ A little stuck wrote: Hello everyone, I have created a chart in Excel ('03), with three series lines. At this stage the data range for the chart is not complete, so there are some 0 values. Thus, the series lines drop down to 0 on the right hand side of the chart. Is it possible to have the series lines stop after the values which are 0? Then, when the correct data is added into the chart, replacing the 0 values, the series lines would continue. Any help would be much appreciated. Thank you. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Series Lines are Not Visible in a Black Chart | Charts and Charting in Excel | |||
Scatter with lines between corresponding points in 2 series? | Charts and Charting in Excel | |||
how do I add series lines to a an excel stacked chart | Charts and Charting in Excel | |||
restricting the drop lines to only a single series | Charts and Charting in Excel | |||
referencing lines and series points | Charts and Charting in Excel |