Formula to predict, forecast, trend, etc. in a sequence of numbers from the bottom up.

DarrenTunstall

New Member
Joined
Jul 20, 2012
Messages
6
I want to develop a formula that will either predict, forecast, trend, etc. that will provide me with the mostly likely number that will be next in the sequence below (from bottom up) and will display in A1. For example,

AB
1
26
33
414
515
61
72
85
97

<tbody>
</tbody>
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Putting your sequence of numbers in Column B, starting ib B2, Forecast and Trend both return the same result based on linear behavior.
Sheet7

*ABC
118.3928578.392857
226*
333*
4414*
5515*
661*
772*
885*
997*

<tbody>
</tbody>

Spreadsheet Formulas
CellFormula
B1=TREND(B2:B9,A2:A9,A1)
C1=FORECAST(A1,B2:B9,A2:A9)

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
 
Upvote 0
Can't get this to work. I have blank cells in my real working spreadsheet. Say for example, rows 3 and 8 have blanks. Each cell also already contains a formula. Is there any way around that to forecast?
Putting your sequence of numbers in Column B, starting ib B2, Forecast and Trend both return the same result based on linear behavior.
Sheet7

*ABC
118.3928578.392857
226*
333*
4414*
5515*
661*
772*
885*
997*

<tbody>
</tbody>

Spreadsheet Formulas
CellFormula
B1=TREND(B2:B9,A2:A9,A1)
C1=FORECAST(A1,B2:B9,A2:A9)

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
 
Upvote 0

Forum statistics

Threads
1,216,100
Messages
6,128,825
Members
449,470
Latest member
Subhash Chand

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