Excel compound interest calculator with monthly contributions

Home ➜ Excel Formulas ➜ How to Calculate Compound Interest in Excel

Compound interest is one of the most important financial calculations that most of us often use, and it’s a must to learn to calculate it in Excel.

But before you do that you need to understand what actually compound interest is.

Compound interest is interest calculated on the initial principal and also on the accumulated interest of previous periods of a deposit or loan.

Investopedia

In Excel, the method to calculate compound interest is simple.

Now, the thing is. You just need to use a calculation method and specify the time period for which you want to calculate.

So today, in this post, I’d like to show you how to calculate compound interest in Excel using different time periods. So let’s get started.

Yearly Compound Interest Formula

For calculating yearly compound interest, you just have to add interest of the one year into next year’s principal amount to calculate the interest of the next year.

And, the formula in excel for yearly compound interest will be.

=Principal Amount*((1+Annual Interest Rate/1)^(Total Years of Investment*1)))

Let me show you an example.

Excel compound interest calculator with monthly contributions

In the above example, with $10000 of principal amount and 10% interest for 5 years, you will get $16105.

In the first year, you will get $10000*10% which is $1000 and in the second year, ($10000+$1000)*10% = $1100 and so on.

Quarterly Compound Interest Formula

Calculating quarterly compound interest is just like calculating yearly compound interest.

But, here you need to calculate interest four times in a year.

The interest amount for each quarter will add to the principal amount for the next quarter.

To calculate the quarterly compound interest you can use the below-mentioned formula.

=Principal Amount*((1+Annual Interest Rate/4)^(Total Years of Investment*4)))

Here is an example.

Excel compound interest calculator with monthly contributions

In the above example, with $10000 of principal amount and 10% interest for 5 years, we will get $16386.

In the first quarter, we get 10000*(10%/4) which is $250, and in the second quarter, ($10000+$250)*(10%/4) = $256 and the same calculation method for 20 Quarters (5 years).

Monthly Compound Interest Formula

While calculating the monthly compound interest you need to use basis as you have used in other time periods.

You have to calculate the interest at the end of each month. And, in this method interest rate will divide by 12 for a monthly interest rate.

To calculate the monthly compound interest in Excel, you can use the below formula.

=Principal Amount*((1+Annual Interest Rate/12)^(Total Years of Investment*12)))

Excel compound interest calculator with monthly contributions

In the above example, with $10000 of principal amount and 10% interest for 5 years, we will get $16453.

In the first month, we get 10000*(10%/12) which is $83.33 & in the second month, ($10000+$83.33)*(10%/12) = $84.02 and same is for 60 months (5 years).

Daily Compound Interest Formula

While calculating daily compound interest again we have to use the same method with the below calculation formula. We have to divide the interest rate by 365 to get a daily interest rate.

So, you can use the below formula to calculate daily compound interest.

=Principal Amount*((1+Annual Interest Rate/365)^(Total Years of Investment*365)))

Excel compound interest calculator with monthly contributions

In the above example, with $10000 of principal amount and 10% interest for 5 years, we will get $16486.

On the first day, we get 10000*(10%/365) which is $4 and on the second day, ($10000+$4)*(10%/365) = $4, and the same is for every day for 5 years.

Sample File

By using the above methods, I have created a cumulative interest calculator [Template] to calculate all of the above calculations for interest in a single worksheet.

sample-files.xlsx

🔙 Excel Formulas

More Formulas

What is the formula for compound interest with monthly contributions?

The monthly compound interest formula is used to find the compound interest per month. The formula of monthly compound interest is: CI = P(1 + (r/12) )12t - P where, P is the principal amount, r is the interest rate in decimal form, and t is the time.

How do I calculate monthly compound interest in Excel?

A more efficient way of calculating compound interest in Excel is applying the general interest formula: FV = PV(1+r)n, where FV is future value, PV is present value, r is the interest rate per period, and n is the number of compounding periods.

How do I calculate compound interest for recurring deposit in Excel?

= FV(Rate,Nper,Pmt,Pv,Type) Modified Rate of Interest: The interest rate in Recurring Deposits (in this case case of 8.75%) is compounded on quarterly basis. Whereas FV is calculated on monthly basis because we are making monthly deposits.So we cannot directly put the standard bank rate into the above formula.

How do you calculate compound interest from regular contributions?

The formula for compound interest is A = P(1 + r/n)^nt, where P is the principal balance, r is the interest rate, n is the number of times interest is compounded per time period and t is the number of time periods.