Forecasting Data

BMil8

Board Regular
Joined
Aug 9, 2010
Messages
153
Office Version
  1. 365
Hello!,

I can't seem to figure out how to forecast/trend my data. What I have is 9 months listed in row 1 beginning at A1. Beginning in row 2 I list the number of new customers we had in each month. I need to forecast what the next 3 months will look like. I tried using the TREND formula but it doesn't seem to be giving me correct results.

Can anybody provide me with a formula that can help me forecast the next 3 values?

Thank you and please let me know if you need any more information.

Brian
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
Thanks ZP. Do you know of a way to make this formula work if the values are not adjacent to one another? Meaning if I have Month 1 in cell A1, month 2 in cell C1, month 3 in cell E1, etc.

It seems I can only get the formula to work if they are right next to each other.
 
Upvote 0
just change $A$1:$A$9 to wherever the months run (probably $A$1:$I$1)
and the $B$1:$B$9 to where the data is (at a guess $A$2:$I$2)
finally change $A10 to wherever the month you want to predict is.



the more data you can give it the better the accuracy - but dont include the forecasted values in your "input" information

ZP
 
Last edited:
Upvote 0
The problem is that I can't use A2:I2 because the data is not next to each other. A2 has month 1 data, but B2 is another unrelated field, and then C2 has month 2 data.

What's the reason for not using forecasted data in the formula?
 
Upvote 0
Ah sorry I misread, (forgot how the alphabet works for a second there)

im not aware of an easy way to use data thats split up (anybody?)

The reason for not using forcasted data comes down to information integrity:

Each forecast is the computers "best guess" at the result, if you start telling it that this information is actually accurate then you'll end up with a very large margin of error.

ZP
 
Upvote 0
The alphabet is tricky. I'm also a member of the Mr. Alphabet message board.

Thanks for your help. I just ordered my data in a way that allows the forumla to work.

Thanks again,
Brian
 
Upvote 0

Forum statistics

Threads
1,224,616
Messages
6,179,911
Members
452,949
Latest member
beartooth91

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