Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Hi On a chart where the trend line completes the last couple of months over a given period, is it possible to give a value to the points where the trend line meets the future months? i.e. if the chart contains data from say January thru August and a trend line tuns up to December, is it possible to read values (other than visually) off the trend line? Any ideas welcome. Thanks -- Brisbane Rob ------------------------------------------------------------------------ Brisbane Rob's Profile: http://www.excelforum.com/member.php...o&userid=25096 View this thread: http://www.excelforum.com/showthread...hreadid=519086 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Rob, Here's a thought. Go in to where you added the trendline. Set it to "show equation on chart". Set the equation up as a formula in your spreadsheet and input the necessary information (i.e. the x value). It will give you an exact value based on the equation used to generate the trendline. -- random1970 ------------------------------------------------------------------------ random1970's Profile: http://www.excelforum.com/member.php...o&userid=32112 View this thread: http://www.excelforum.com/showthread...hreadid=519086 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
"Brisbane Rob" wrote:
On a chart where the trend line completes the last couple of months over a given period, is it possible to give a value to the points where the trend line meets the future months? By point to the trend line on the chart itself? None that I know of. i.e. if the chart contains data from say January thru August and a trend line tuns up to December, is it possible to read values (other than visually) off the trend line? Any ideas welcome. Consider the following. Highlight two adjacent columns in a spreadsheet, enter the formula =linest(yRange [,xRange]), then press ctrl-shift-Enter to enter the array formula. You probably want to omit the xRange argument. The result in the first column is the x-multiple "m" (slope), and the second column is the offset "b" (y-intercept) such that the (y) "value" of the trend line is y = m*x + b. Thus, if you have data for Jan through Aug such that the corresponding x intercepts are 1-8, the Dec estimate would be the result of: =m*12 + b |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks for the ideas - I'll give them a go today. -- Brisbane Rob ------------------------------------------------------------------------ Brisbane Rob's Profile: http://www.excelforum.com/member.php...o&userid=25096 View this thread: http://www.excelforum.com/showthread...hreadid=519086 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting values from a trend line | Excel Discussion (Misc queries) | |||
How do I anchor one end of a linear trend line? | Charts and Charting in Excel | |||
How do I add a trend line to a stacked chart in Excel | Charts and Charting in Excel | |||
Trend Line Constants | Excel Discussion (Misc queries) | |||
trend line does not appear | Charts and Charting in Excel |