Dynamic Growth Formula with Varying Time Periods

HeresRandy

New Member
Joined
Dec 18, 2018
Messages
1
Hi there,

Thanks in advance for the help!

What I need to do: I have investments that will be made in increments (in this case $15 total invested across five $3 increments in consecutive quarters starting with 3/31/2018). Once invested, each increment will grow beginning in the next quarter assuming straight line growth to a certain multiple (in this case 3 times: $45 total after all growth) until the entire investment is exited in 12/31/2020. In this example the first increment of 3 will grow to 9 by taking the growth of 6 and dividing by the number of periods of growth (11). The next increment of 3 will grow to 9 by taking the growth of 6 and dividing by the number of periods of growth (10), etc...

The problem: I need to show this growth quarterly on one line as its part of a much larger model. Additionally, I need to build the formula such that exit date and multiple are dynamic, as are the potential number of increments and amounts.

The example: I have been able to build out a very ugly and static model to illustrate what I would like to do in a dynamic formula, as per below. The red line is the dynamic formula I am attempting to solve for. This is only a small sample set and will need to be done across hundreds of investments and over 50 years worth of time periods so manually just doesnt make sense here.

Excel 2010
ABCDEFGHIJKLMNOPQR
2Inputs
3Invested15
4Increments5Date3/31/20186/30/20189/30/201812/31/20183/31/20196/30/20199/30/201912/31/20193/31/20206/30/20209/30/202012/31/20203/31/2021
51st Increment3/31/2018Invested33333
6Exit Date12/31/2020Distributed-45
7Exit Multiple3.0xNAV Growth3 3.545 4.145 4.812 5.562 3.419 3.419 3.419 3.419 3.419 3.419 3.419
8Totals
9=(($F$5*$B$7)-$F$5)/MATCH($B$6,$G$4:$R$4,0)3 0.545 0.545 0.545 0.545 0.545 0.545 0.545 0.545 0.545 0.545 0.545 9
10=(($G$5*$B$7)-$G$5)/MATCH($B$6,$H$4:$R$4,0)3 0.600 0.600 0.600 0.600 0.600 0.600 0.600 0.600 0.600 0.600 9
11=(($H$5*$B$7)-$H$5)/MATCH($B$6,$I$4:$R$4,0)3 0.667 0.667 0.667 0.667 0.667 0.667 0.667 0.667 0.667 9
12=(($I$5*$B$7)-$I$5)/MATCH($B$6,$J$4:$R$4,0)3 0.750 0.750 0.750 0.750 0.750 0.750 0.750 0.750 9
13=(($J$5*$B$7)-$J$5)/MATCH($B$6,$K$4:$R$4,0)3 0.857 0.857 0.857 0.857 0.857 0.857 0.857 9

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1



Many Thanks!!
Randy
 

Excel Facts

What did Pito Salas invent?
Pito Salas, working for Lotus, popularized what would become to be pivot tables. It was released as Lotus Improv in 1989.

Forum statistics

Threads
1,214,975
Messages
6,122,538
Members
449,088
Latest member
RandomExceller01

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