Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Richard
 
Posts: n/a
Default Trendline - split one into two

All,

I can't find a way to break a three year/12 qtr trendline apart in Excel
Charts. I'd like to have one trendline for the first two years (8 qtrs) and
one for the last year (4 qtrs). Is this possible?

Thanks,
Richard
  #2   Report Post  
Roland
 
Posts: n/a
Default Trendline - split one into two

Yes, plot two data sets, with the same data for for the first 8 quarters, and
differing data after that.

"Richard" wrote:

All,

I can't find a way to break a three year/12 qtr trendline apart in Excel
Charts. I'd like to have one trendline for the first two years (8 qtrs) and
one for the last year (4 qtrs). Is this possible?

Thanks,
Richard

  #3   Report Post  
Jon Peltier
 
Posts: n/a
Default Trendline - split one into two

You need to split the series into two, since a trendline applies to the
entire series on which it's based..

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


Richard wrote:

All,

I can't find a way to break a three year/12 qtr trendline apart in Excel
Charts. I'd like to have one trendline for the first two years (8 qtrs) and
one for the last year (4 qtrs). Is this possible?

Thanks,
Richard

  #4   Report Post  
Richard
 
Posts: n/a
Default Trendline - split one into two

How do I split the series in two and still have the chart look continuous?

"Jon Peltier" wrote:

You need to split the series into two, since a trendline applies to the
entire series on which it's based..

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


Richard wrote:

All,

I can't find a way to break a three year/12 qtr trendline apart in Excel
Charts. I'd like to have one trendline for the first two years (8 qtrs) and
one for the last year (4 qtrs). Is this possible?

Thanks,
Richard


  #5   Report Post  
Richard
 
Posts: n/a
Default Trendline - split one into two

If I try this is there a way to not display the two sets of data on the
chart? I don't want to have two idential columns for of the first eight
quarters.

"Roland" wrote:

Yes, plot two data sets, with the same data for for the first 8 quarters, and
differing data after that.

"Richard" wrote:

All,

I can't find a way to break a three year/12 qtr trendline apart in Excel
Charts. I'd like to have one trendline for the first two years (8 qtrs) and
one for the last year (4 qtrs). Is this possible?

Thanks,
Richard



  #6   Report Post  
Jon Peltier
 
Posts: n/a
Default Trendline - split one into two

You can hide plotted data by formatting the series with no border, no fill, no
lines, no markers. You can hide extra legend entries by selecting the legend, then
the text label of the legend entry (two single clicks), then pressing Delete.

Yes, plot two data sets, with the same data for for the first 8 quarters, and
differing data after that.


This is not clear. What you need to do is plot this data:

Before After
Q1 10
Q2 15
Q3 20
Q4 27
Q5 31
Q6 36
Q7 40
Q8 47
Q9 58
Q10 70
Q11 81
Q12 90

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

Richard wrote:

If I try this is there a way to not display the two sets of data on the
chart? I don't want to have two idential columns for of the first eight
quarters.

"Roland" wrote:


Yes, plot two data sets, with the same data for for the first 8 quarters, and
differing data after that.

"Richard" wrote:


All,

I can't find a way to break a three year/12 qtr trendline apart in Excel
Charts. I'd like to have one trendline for the first two years (8 qtrs) and
one for the last year (4 qtrs). Is this possible?

Thanks,
Richard


  #7   Report Post  
Richard
 
Posts: n/a
Default Trendline - split one into two

Jon,
Ah, thanks, now I'm getting somewhere. One more question - right now I have
two lines intersecting between qtrs 8 and 9. Is there any way to make the
line become one with a kink at the intersection (i.e. exclude the "look back"
trendline based on the final four qtrs and exclude the extrapolated trend
based on the first eight qtrs)?

Thanks,
Richard

"Jon Peltier" wrote:

You can hide plotted data by formatting the series with no border, no fill, no
lines, no markers. You can hide extra legend entries by selecting the legend, then
the text label of the legend entry (two single clicks), then pressing Delete.

Yes, plot two data sets, with the same data for for the first 8 quarters, and
differing data after that.


This is not clear. What you need to do is plot this data:

Before After
Q1 10
Q2 15
Q3 20
Q4 27
Q5 31
Q6 36
Q7 40
Q8 47
Q9 58
Q10 70
Q11 81
Q12 90

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

Richard wrote:

If I try this is there a way to not display the two sets of data on the
chart? I don't want to have two idential columns for of the first eight
quarters.

"Roland" wrote:


Yes, plot two data sets, with the same data for for the first 8 quarters, and
differing data after that.

"Richard" wrote:


All,

I can't find a way to break a three year/12 qtr trendline apart in Excel
Charts. I'd like to have one trendline for the first two years (8 qtrs) and
one for the last year (4 qtrs). Is this possible?

Thanks,
Richard



  #8   Report Post  
Jon Peltier
 
Posts: n/a
Default Trendline - split one into two

You might be better at this point making a custom trendline. Get the
slope and intercept using LINEST or SLOPE and INTERCEPT, determine the
point of intersection, and determine the XY pairs for the lowest end of
the line, the point of intersection, and the highest point on the line.
Put this combined series onto the chart as an XY series, so you can
position the X value of the intersection wherever you want. The
categories are treated as whole numbers, with the first one at X=1.

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


Richard wrote:
Jon,
Ah, thanks, now I'm getting somewhere. One more question - right now I have
two lines intersecting between qtrs 8 and 9. Is there any way to make the
line become one with a kink at the intersection (i.e. exclude the "look back"
trendline based on the final four qtrs and exclude the extrapolated trend
based on the first eight qtrs)?

Thanks,
Richard

"Jon Peltier" wrote:


You can hide plotted data by formatting the series with no border, no fill, no
lines, no markers. You can hide extra legend entries by selecting the legend, then
the text label of the legend entry (two single clicks), then pressing Delete.

Yes, plot two data sets, with the same data for for the first 8 quarters, and
differing data after that.


This is not clear. What you need to do is plot this data:

Before After
Q1 10
Q2 15
Q3 20
Q4 27
Q5 31
Q6 36
Q7 40
Q8 47
Q9 58
Q10 70
Q11 81
Q12 90

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

Richard wrote:


If I try this is there a way to not display the two sets of data on the
chart? I don't want to have two idential columns for of the first eight
quarters.

"Roland" wrote:



Yes, plot two data sets, with the same data for for the first 8 quarters, and
differing data after that.

"Richard" wrote:



All,

I can't find a way to break a three year/12 qtr trendline apart in Excel
Charts. I'd like to have one trendline for the first two years (8 qtrs) and
one for the last year (4 qtrs). Is this possible?

Thanks,
Richard



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
Killing the split window RWN Setting up and Configuration of Excel 2 October 9th 05 06:21 AM
Trendline Extract Phil Hageman Charts and Charting in Excel 5 July 6th 05 02:27 AM
Excel option to store trendline's coefficients in cells for use Miguel Saldana Charts and Charting in Excel 9 June 20th 05 08:45 PM
Trendline to ignore empty cells Kara Charts and Charting in Excel 0 June 9th 05 05:39 PM
How do I get the trendline equation from Excel to script? Mattias Charts and Charting in Excel 1 December 7th 04 12:21 PM


All times are GMT +1. The time now is 09:45 AM.

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"