A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Ayushman wrote:
Question 1 :
Year Sales (Y) Time Deviation from 2004 (X) 2002 53 -2 2003 64 -1 2004 86 0 2005 54 1 2006 83 2 Its answer is correct i.e. sales for 2007 is 83. It is matching with book's answer.
Question 2 :
Year Sales (Y) Time Deviation from 2004 (X) 2002 100 -5 2003 110 -3 2004 115 -1 2005 120 1 2006 135 3 2007 140 3 Its answer is wrong. It is coming to -27.51, whereas it should be Rs. 148 lakhs. You can see that number of years is an even number i.e. 6 years (2002-2007).
Please note that I am feeding time deviation manualy since I could not found any formula to calculate it.
When used correctly, FORECAST does indeed return 148 for year 2008 in the second example.
The formula in B7 and B15 should be:
B7: =FORECAST(A7, B2:B6, A2:A6)
B15: =FORECAST(A15, B9:B14, A9:A14)
Note that the X and knownX parameters should be Year.
I don't know how you are calculating "time deviation" either.
In the first example, I guessed that it is =A2-2004 in C2, copied down. Then, it is 3 for 2007. And the formula in D7 is =FORECAST(C7,B2:B6,C2:C6), which also returns 83.
But obviously that formula does not work for C9:C14. I derived about -33.1133 (!) in C15 by using the formula =FORECAST(C15,B9:B14,C9:C14) in D15 and using Goal Seek to derive C15.
The result in C15 makes no sense to me. But it might help you to see your mistake.