Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to add data points to a scatter plot with trend line | Charts and Charting in Excel | |||
how to draw trend lines through only certain data points | Charts and Charting in Excel | |||
Which trend line? | New Users to Excel | |||
trend line does not appear | Charts and Charting in Excel | |||
trend line | Charts and Charting in Excel |