Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barbara Harris
 
Posts: n/a
Default What if analysis, can this be DONE??

Help me if anyone can!
I set up the function Trend(C1:C5).
From this the function returns the Linear regression value
for the latest data point C5. How can do a what if
analysis to find the value at C5 that equals the Linear regression value
i.e., solve for C5= Trend(C1:C5)?
Any way it can be done?



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jerry W. Lewis
 
Posts: n/a
Default What if analysis, can this be DONE??

Per Help for the Trend function, if you omit the second argument, then C1:C5
are assumed to be the y-values corresponding to x-values of 1,2,...,5. If
you also omit the third argument, then it will give predicted values
corresponding to x-values of 1,2,...,5. If you only show one value from that
array of 5 values, then it will be the first value, not the last value; i.e.
Trend(C1:C5) as a single value will be the predicted value corresponding to
C1, not C5.

That said, the prediction line used by Trend(C1:C5) is the line with slope
and intercept given by LINEST(C1:C5). Per Help for Linest, the slope will be
the first output column, and the intercept will be the second output column.
Given the slope and intercept, any point on that prediction line satisfies
x=(y-intercept)/slope

Jerry

"Barbara Harris" wrote:

Help me if anyone can!
I set up the function Trend(C1:C5).
From this the function returns the Linear regression value
for the latest data point C5. How can do a what if
analysis to find the value at C5 that equals the Linear regression value
i.e., solve for C5= Trend(C1:C5)?
Any way it can be done?




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 do I configure Analysis Services for Excel 2003 users? Robert Chapman Excel Discussion (Misc queries) 1 February 8th 06 09:58 AM
Why does the Data Analysis Toolbar Disappear Vinnie Excel Discussion (Misc queries) 1 October 7th 05 07:04 PM
Recalculating a Regression Output in Data Analysis karin Excel Worksheet Functions 1 August 23rd 05 03:40 AM
Why " data analysis plus " override " data analysis " once instal. Alfred H K Yip Excel Worksheet Functions 1 March 20th 05 08:10 AM
Analysis ToolPak installed but no Data Analysis option Eric Stephens Excel Discussion (Misc queries) 3 February 2nd 05 09:17 PM


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