Estimate Data for Future Months

PeterPivot

New Member
Joined
Jan 13, 2014
Messages
10
Hi All,

I apologise if this question has been asked before, I've tried searching for an answer to no avail.

I'm trying to estimate data for a year that has not ended yet. Ok, let's say I have a dataset of unit orders from 2008 to August of current year. I want to build a table and chart that shows the trend, including the most accurate way of representing the current year.

2008: 376
2009: 243
2010: 344
2011: 390
2012: 422
2013: 401
2014 (August): 301

So the question is; how do I accurately show 2014. The way I've done it is:

=((AVERAGE(Previous Years)/12)*4)+301

Explanation: I want to see the average of one month over the course of the years, then add that one month how ever many times it'll take for the rest of the year. In this case 4.

Is that the best way to predict the rest of the months for 2014?
 

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
The reasoning behind your formula is sound.


Is that the best way to predict the rest of the months for 2014?

I don't think there is a "best" way when predicting the future.

You could also do it this way:


Excel 2010
JK
212376
312243
412344
512390
612422
712401
88301
9
10421.8889
11407.0833
Sheet1
Cell Formulas
RangeFormula
K10=(AVERAGE(K2:K7)/12*4)+K8
K11=AVERAGE(AVERAGE(K2:K7)/12,K8/J8)*12


Take a monthly average from the previous years.
Take a monthly average Year to Date
Take an average of the two and multiply by 12.
 
Upvote 0
Thank you for your help Comfy. I appreciate you taking the time in replying and also with your suggestions on how to tackle this. I've taken your approach on board and have used it in my presentation. Thanks once again :)
 
Upvote 0

Forum statistics

Threads
1,223,228
Messages
6,170,871
Members
452,363
Latest member
merico17

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