Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
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   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
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
...
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.



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
how to add data points to a scatter plot with trend line Samantha Charts and Charting in Excel 3 April 3rd 23 04:16 PM
how to draw trend lines through only certain data points akh2103 Charts and Charting in Excel 3 April 3rd 23 11:09 AM
Which trend line? joyous_h New Users to Excel 1 July 25th 06 01:32 PM
trend line does not appear JB Charts and Charting in Excel 1 January 26th 05 08:24 PM
trend line Nee Charts and Charting in Excel 2 January 25th 05 03:11 PM


All times are GMT +1. The time now is 01:14 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"