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?
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?