Start with Low and High number, then find equal percentage increase for 2 numbers in between

Mathman

Board Regular
Joined
Jan 28, 2017
Messages
152
Office Version
  1. 2016
Platform
  1. Windows
A bit of a math and formula question.

Here is one example

I want to start with a low number and get to a predetermined high number and find the 2 numbers in the middle (2 and 3). The goal is to have the same percentage increase between each number.

Example

Start number is 10 (Fixed)
End number is 20 (Fixed)

I need

Start Number 10 (Fixed)
Second Number (Start Number X X%)
Third Number (Second Number X X%)
End Number (Third Number X X%) = End Number which is Fixed)

I can only do it threw goal seek which looks like this

The equal percentage for this example is 0.259920967880209

Start Number 10 (Fixed)
= Second Number (Start Number 10 X 0.259920967880209 = 12.5992096788021)
= Third Number (Second Number 12.5992096788021 X 0.259920967880209 =15.874008453042 )
End Number (Third Number 15.874008453042 X 0.259920967880209) = End Number which is Fixed 20)

I'm have multiple variations all different starting and end numbers but need a formula that could automatically fill in numbers 2 and 3 without using goal seek.

Please help!

MM
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
See if this does what you want.

Edit: BTW, I suggest that you update your Account details (click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)

20 04 19.xlsm
AB
1PositionNumber
2110
3212.5992105
4315.87401052
5420
Equal % Increase
Cell Formulas
RangeFormula
B3:B4B3=B2*(B$5/B$2)^(1/3)
 
Upvote 0
Come on Peter, that is awesome. You really helped me out.

Very greatful, Thank you!

MM
 
Upvote 0
You're welcome. Thanks for the follow-up. :)

Did you catch the edit I made to my previous post?
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,582
Members
449,039
Latest member
Arbind kumar

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