A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Charts and Charting
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

How to print value points on trend line



 
 
Thread Tools Display Modes
  #1  
Old July 26th, 2007, 12:20 AM posted to microsoft.public.excel.charting
djk0811
external usenet poster
 
Posts: 1
Default How to print value points on trend line

I have plotted two linear trend lines and want to publish a table of values
showing the value of each plotted point.

I ran trend for a 12 month period. I would like to know the value of the
trend line as it passes through each moth.
  #2  
Old July 26th, 2007, 04:21 AM posted to microsoft.public.excel.charting
Jon Peltier
external usenet poster
 
Posts: 5,018
Default How to print value points on trend line

Given a trendline's coefficients, you can select given X values and
calculate the corresponding Y values. If the trendlines are linear, in fact,
all you need to calculate in the worksheet is the SLOPE(y,x) and
INTERCEPT(y,x), where y and x are the ranges containing the y and x values.
Then list the X values in a column of cells, and compute Y (= SLOPE * X +
INTERCEPT) in the next column. Make a chart from these values.

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


"djk0811" wrote in message
news
I have plotted two linear trend lines and want to publish a table of values
showing the value of each plotted point.

I ran trend for a 12 month period. I would like to know the value of the
trend line as it passes through each moth.



 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 06:21 AM.


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