Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default x-axis time series with 2 different begin dates

I want to show 2 time series in 1 chart with different start dates. Series 1
begins 1996 and run through 2006. Series 2 starts 2000 and also stops on the
same end-date 2006. Both use the same $ scale on the y-axis. Excel puts
them both as having start-year of 1996 with the 2nd series stopping in 6
years (2002). How do I "offset" the 2nd series by 4 years?
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8,651
Default x-axis time series with 2 different begin dates

What sort of chart? Have you tried XY(Scatter)?
--
David Biddulph

"tirrill" wrote in message
...
I want to show 2 time series in 1 chart with different start dates. Series
1
begins 1996 and run through 2006. Series 2 starts 2000 and also stops on
the
same end-date 2006. Both use the same $ scale on the y-axis. Excel puts
them both as having start-year of 1996 with the 2nd series stopping in 6
years (2002). How do I "offset" the 2nd series by 4 years?



  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 2
Default x-axis time series with 2 different begin dates

It has to be line graphs. A scatter plot would not easily show the
relationship between the 2 different time series.

I have finally found an inelegant way of accomplishing having to different
start dates. I had to first reset my Y-intercept to 0. Then, I formatted
each data point along the 0-line, removing the data points and lines. I then
changed the Y-intercept back.

Thank you for your effort.

"David Biddulph" wrote:

What sort of chart? Have you tried XY(Scatter)?
--
David Biddulph

"tirrill" wrote in message
...
I want to show 2 time series in 1 chart with different start dates. Series
1
begins 1996 and run through 2006. Series 2 starts 2000 and also stops on
the
same end-date 2006. Both use the same $ scale on the y-axis. Excel puts
them both as having start-year of 1996 with the 2nd series stopping in 6
years (2002). How do I "offset" the 2nd series by 4 years?




  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 560
Default x-axis time series with 2 different begin dates

On Tue, 24 Apr 2007, in microsoft.public.excel.charting,
tirrill said:
It has to be line graphs. A scatter plot would not easily show the
relationship between the 2 different time series.


How many actual data values are there per year? If it's one per year, I
don't see why you wouldn't simply start the second series with four
blank cells. I assume you have a pair of series with a much finer
resolution, monthly or even less.

I have finally found an inelegant way of accomplishing having to different
start dates. I had to first reset my Y-intercept to 0. Then, I formatted
each data point along the 0-line, removing the data points and lines. I then
changed the Y-intercept back.


Since they both end in 2006, a slightly more elegant way of doing it
would be to sort the numbers in reverse order, from 2006 backwards, and
then format the X scale in reverse order. The "reversed-reverse" scale
will look the same, but the series will now match in time.

--
Del Cotter
NB Personal replies to this post will send email to ,
which goes to a spam folder-- please send your email to del3 instead.
  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 8,651
Default x-axis time series with 2 different begin dates

I don't understand why you say that a line graph would show things that the
XY graph won't?
Maybe so if you only look at the version of XY with points and no lines, but
the XY graph can include the lines (and leave out the points if you want to
do so), and has the advantage that it does treat the X values as data
values, rather than category labels.
--
David Biddulph

"tirrill" wrote in message
...
It has to be line graphs. A scatter plot would not easily show the
relationship between the 2 different time series.

I have finally found an inelegant way of accomplishing having to different
start dates. I had to first reset my Y-intercept to 0. Then, I formatted
each data point along the 0-line, removing the data points and lines. I
then
changed the Y-intercept back.

Thank you for your effort.

"David Biddulph" wrote:

What sort of chart? Have you tried XY(Scatter)?
--
David Biddulph

"tirrill" wrote in message
...
I want to show 2 time series in 1 chart with different start dates.
Series
1
begins 1996 and run through 2006. Series 2 starts 2000 and also stops
on
the
same end-date 2006. Both use the same $ scale on the y-axis. Excel
puts
them both as having start-year of 1996 with the 2nd series stopping in
6
years (2002). How do I "offset" the 2nd series by 4 years?








  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default x-axis time series with 2 different begin dates

You have two options.

Use an XY chart, and format the series to use markers and lines.

Use a line chart but understand how a line chart's category axis works. The
categories are not considered as numerical entries but as labels. The first
series defines these labels for the entire chart, and other series use the
same labels in the same order. So you would set up your data with blanks to
offset the start of the second series:

A B
1996 10
1997 12
1998 13
1999 15
2000 15 12
2001 16 14
2002 18 17
2003 17 17

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______



"tirrill" wrote in message
...
I want to show 2 time series in 1 chart with different start dates. Series
1
begins 1996 and run through 2006. Series 2 starts 2000 and also stops on
the
same end-date 2006. Both use the same $ scale on the y-axis. Excel puts
them both as having start-year of 1996 with the 2nd series stopping in 6
years (2002). How do I "offset" the 2nd series by 4 years?



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
Can't find my second series axis? mpjeff Charts and Charting in Excel 1 December 12th 06 10:04 PM
Two series, two scales on single axis ? Ian Charts and Charting in Excel 3 November 9th 06 11:11 PM
TO CREATE A LINE CHART WITH RATE IN Y AXIS & REAL TIME IN X AXIS vijaicbe Charts and Charting in Excel 4 November 9th 06 10:16 AM
Is numeric "Series Axis" possible? fendwick Charts and Charting in Excel 2 September 13th 05 06:47 PM
graphing two series on x axis Ladislav Ligart Charts and Charting in Excel 2 December 6th 04 06:50 PM


All times are GMT +1. The time now is 03:07 PM.

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

About Us

"It's about Microsoft Excel"