Predictive calculations

hviking

Board Regular
Joined
Mar 31, 2002
Messages
61
I've run into a situation I can't seem to solve, so hopefully someone on here can figure it out.

I'm trying to "predict" what the next value would be, using previous years data.

I've got four colums, representing 4 years. A-D Then A2-A13, B2-B13 etc. Has the values for the months in that year.

I.e.

2000..2001..2002..2003..2004
13......15.......13.....11
15......19.......21.....5
11......22........15....13

Now I need for column E to have the predicted value for that year. Is there a simple way, or simple formula to do this? I tried using the FORECAST formula, but couldn't get it to work.

So do any of you know a way to do this?

Thanks;

JohnK
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
I just tried using =FORECAST, then following the example in the Help section of Excel, but couldn't get any further than that. I just couldn't understand how they said to use it.

I also tried using =TREND, but that didn't not yield the results I was looking for. I've never used either of those before, so I'm totally lost.

Thanks;

JohnK
 
Upvote 0
2000 2001 2002 2003 2004
13 15 13 11 11
15 19 21 5 8
11 22 15 13 15

Formula in e2 is as follows:

=FORECAST(E$1,A2:D2,A$1:D$1)
 
Upvote 0
Worked like a charm. Makes a lot more sence than the help in Excel.

Thanks again folks;

JohnK
 
Upvote 0

Forum statistics

Threads
1,214,430
Messages
6,119,447
Members
448,898
Latest member
drewmorgan128

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top