Forecast or Trend formula

robb7833

New Member
Joined
Mar 24, 2013
Messages
2
I am trying to come up with a formula that would show what the next number would possibly be. I think it is probably much easier than I am making it. I have some dates and numbers below and they are for readings that should be turned in but if they are not we need a formula to estimate what would be the next reading would be based on the information we already have.
10/22/201289262
11/20/201290991
12/18/201292769
1/29/201394269
2/28/2013
95769

<colgroup><col style="mso-width-source:userset;mso-width-alt:2596;width:53pt" width="71"> <col style="width:48pt" width="64"> </colgroup><tbody>
</tbody>

I need to have some sort of formula that would give the next number that isn't obviously just giving 1500 added to it. The next number should always be higher than the last.
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Presumably the next number depends on the next date. In the example below, the next date is assumed to be 3/28/2013.
Excel Workbook
AB
1DateNumber
210/22/201289262
311/20/201290991
412/18/201292769
51/29/201394269
62/28/201395769
73/28/201397257
Sheet3
 
Upvote 0
Presumably the next number depends on the next date. In the example below, the next date is assumed to be 3/28/2013.
Sheet3

*AB
1DateNumber
210/22/201289262
311/20/201290991
412/18/201292769
51/29/201394269
62/28/201395769
73/28/201397257

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:75px;"><col style="width:58px;"></colgroup><tbody>
</tbody>

Spreadsheet Formulas
CellFormula
B7=ROUND(TREND(B2:B6,A2:A6,A7),0)

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
awesome thank you!! thats exactly what I needed.
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,552
Members
449,088
Latest member
davidcom

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