Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 21
Default Series lines - can someone help?

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   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 461
Default Series lines - can someone help?

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Series Lines are Not Visible in a Black Chart DOUG ECKERT[_2_] Charts and Charting in Excel 3 July 16th 08 09:28 PM
Scatter with lines between corresponding points in 2 series? [email protected] Charts and Charting in Excel 3 March 23rd 08 01:58 PM
how do I add series lines to a an excel stacked chart kalan Charts and Charting in Excel 2 September 5th 06 09:58 AM
restricting the drop lines to only a single series z.entropic Charts and Charting in Excel 3 August 31st 05 03:04 AM
referencing lines and series points medicenpringles Charts and Charting in Excel 1 July 29th 05 12:00 AM


All times are GMT +1. The time now is 12:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"