Calculating Reinvested Dividends Over A Large Number of Intervals

kivikatz

New Member
Joined
Sep 12, 2020
Messages
25
Office Version
  1. 365
Platform
  1. Windows
  2. MacOS
I would like to calculate the total ending principal that factors in the initial investment and recurring dividends reinvested for X number of intervals. To calculate the principal balance for each interval, the previous dividend is added to the principal, and the new dividend is calculated by the stated rate, which is then added to the principal to calculate the dividend in the next interval.

I can't seem to get my head around what formula I could use to calculate this over a 100 time interval, for example, and I would appreciate some help on this. For instance, if the starting principal is 1,000,000 and the dividend is 5%, which is reinvested, I would like to see what the principal would total after 100 intervals.

I could set up a table with 100 rows to calculate the running and end total, but what if I wanted to calculate the total for 10,000 or 100,000 intervals. I hope you understand what I am trying to accomplish. Thanks!
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
That's just compound interest.

FV = PV (1+r)^n

Assuming you're getting the dividend of 5% per period for 100 periods:

FV = 100,000 (1.05)^100 = $13,150,125.78
 
Upvote 0
Solution

Forum statistics

Threads
1,214,636
Messages
6,120,669
Members
448,977
Latest member
moonlight6

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