predict next number

Excel777

Well-known Member
Joined
Jul 3, 2009
Messages
912
Office Version
  1. 2019
hello all
if i want to predict the next number which between 1 and 2000 and i already have set of 3 numbers

500
1750
320
???

is there any way to predict the 4th number ???

thanks in advance
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
If there was a rule stipulating how n is related to n+1 then the answer is yes. However, any number of relationships between the numbers can be guessed at (of which all but 1 will be incorrect) with such a small sample. I recommend having a larger sample before trying to predict the next number.
 
Upvote 0
If there is some pattern to the progression, yes.

If they are random numbers, no.
 
Upvote 0
Yes, it's a formula. You could have tried it instead of asking...

If you input it on row 1 and copy down to row 4, you'll get a sequence with your existing first 3 numbers, then a 4th new number.

Another conforming formula - with a different result - is:
=820*ROW()^3-6260*ROW()^2+14290*ROW()-8350
or:
=780*ROW()^3-6020*ROW()^2+13850*ROW()-8110
or:
=705*ROW()^3-5570*ROW()^2+13025*ROW()-7660
etc. And that's just with 3rd-order polynomials.

As I said:
With so few data points, the possibilities are numerous.
 
Upvote 0

Forum statistics

Threads
1,215,824
Messages
6,127,092
Members
449,358
Latest member
Snowinx

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