Compound interest with variable interest rates and monthly additional payments

Willer66

New Member
Joined
Jul 9, 2012
Messages
7
Hi all,

This is my first post...

I have a problem for which I need help.

I have a bunch of different different payments for 500 people. They all end their payments in a different period, e.g. period 14 or 50, and I have a total of 360 periods. Besides this each period has a different interest rate, which will be added to their payments.

One simple example of my problem (with three periods):

Person 1 has an initial saving of 500 and will paid an additional 10 in the first period, 15 in the second period and 11 in the third period.

Person 2 has an initial saving of 300 and will paid an additional 19 in the first period, 24 in the second period and 15 in the third period.

The interest rate for period 1 is 1%, period 2 is 3 % and period 3 is 5%.

So the calculation for person 1 in this example would be: (((500+10)*(1+0,01)+15)*(1+0,03)+11)*(1+0,05)

Is there a way I can do this in VBA, since I have 360 periods, 500 individuals and 1000 scenarios in which the interest rate is calculated.

It is crutial for me to solve this - please help!

/Chris
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest

Forum statistics

Threads
1,214,918
Messages
6,122,243
Members
449,075
Latest member
staticfluids

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