Excel Formula to Calculate Compound Interest with Regular Deposits (2024)

Get FREE Advanced Excel Exercises with Solutions!

In this tutorial, we’ll explain how to calculate compound interest using the Excel formula with regular and irregular deposits. We shall also discuss how to calculate future values of investment based on daily, monthly, and yearly compounding interest rates.

Firstly, we have to know that the compounding interest rate concept is the center point of the investment world. Basically, it moves the stock market, the bond market, or simply the world. Simply, understanding compounding interest rates can change your behavior with money and savings.

Moreover, the concepts might seem a bit complex for individuals who did not study finance, accounting, or business studies. But if you read this article with attention, your misconceptions will be removed, your understanding will be clear.

The following image provides an overview of the calculation process of compound interest in Excel using the FV function. Later, we’ll show you the process with simple steps and proper explanations.

Excel Formula to Calculate Compound Interest with Regular Deposits (1)

Table of Contents Expand

Calculate Compound Interest Using Excel Formula with Regular Deposits: 2 Methods

Say, you’re going to run a savings scheme with one of your trusted banks. Here, you want to know what your total amount after a certain period (years) will be. In this case, we will use the Excel FV function. We can also calculate it with Excel formulas.

Excel Formula to Calculate Compound Interest with Regular Deposits (2)

Here, we have used Microsoft Excel 365 version, you may use any other version according to your convenience.

1. Using FV Function

The FV function returns the future value of an investment based on periodic, constant payments and a constant interest rate.

📌 Steps:

  • Firstly, select cell C12 and write down the formula

=FV(C6,C8,C9,C10,C11)

Here,

C6=Interest Per Period, (rate)

C8=Numbers pet periods, (nper)

C10=Payment per period, (pmt)

C11=Present Value, (pv)

The syntax FV(C6,C8,C9,C10,C11) returns the future value by compound calculation.

Excel Formula to Calculate Compound Interest with Regular Deposits (3)

  • After that, Press ENTER, and the formula will display the future value.

Excel Formula to Calculate Compound Interest with Regular Deposits (4)

Read More:Formula for Monthly Compound Interest in Excel

2. Calculate Compound Interest with Regular Deposits Using Manual Formula

We can use an Excel formula for calculating compound interest with regular deposits. For this, you have to follow the steps below.

📌 Steps:

  • Initially, we have taken only 9 months or periods (under the Period column). Add more periods under this column if necessary and apply the formulas from the above row.
  • After that, in cell C5 (under the column “New Deposit”), we used this formula, C5=$H$7. And then applied this formula to other cells in the column.

Excel Formula to Calculate Compound Interest with Regular Deposits (5)

  • Then, in cell D5 (under the column Starting Principle), We used this formula, D5=H5+C5. This formula is used just once. This is just to add the initial investment to the formula.

Excel Formula to Calculate Compound Interest with Regular Deposits (6)

  • Later, in the cell E5 (under the column Amount at the End), We have used this formula, E5=D5+D5*($I$6/12)

This formula will add the Starting Principle (D5) to the interest earned (D5*($I$6/12)) for the period. We are dividing the yearly interest rate $I$6 by 12 as the regular deposit is made monthly. Copy the formula and apply it to the cells below.

Excel Formula to Calculate Compound Interest with Regular Deposits (7)

  • Then, in cell D6 (under the column Starting Principle), we used this formula, D6=E5+C6. This formula will add the new deposit to the amount at the end of the previous period. Then we copied down this formula for other cells in the column.

Excel Formula to Calculate Compound Interest with Regular Deposits (8)

  • Finally, drag down the Fill Handle tool for other cells and your result will look like this.

Excel Formula to Calculate Compound Interest with Regular Deposits (9)

Calculate Compound Interest with Irregular Deposits

However, we can extend the previous template to calculate compound interest with irregular deposits. Just use your irregular deposits manually in the “New deposit” column like the image below.

Excel Formula to Calculate Compound Interest with Regular Deposits (10)

Read More: Methods to Apply Continuous Compound Interest Formula in Excel

Definition and Building Compound Interest Formula

Suppose you have some investable money in the amount of $10,000. You go to a bank and the bank says their savings rate is 6% per year. You deposited the money with the bank for the next 3 years as you felt safe with the bank and the interest rate is competitive.

So, your principal is: $10,000

The annual interest rate is: 6%

🔶 After 1 Year:

After 1 year, you will receive interest on the amount: $10,000 x 6% = $10,000 x (6/100) = $600

So, after 1 year, your principal + interest will be:

= $10,000 + $600

= $10,000 + $10,000 x 6%; [replacing $600 with $10,000 x 6%]

= $10,000 (1+6%)

If you withdraw this interest ($600), then your principal at the beginning of the 2nd year will be $10,000. But if you don’t withdraw the interest, your principal at the beginning of the 2nd year will be $10,000 + $600 = $10,600 And this is where compounding starts. When you don’t withdraw the interest, the interest is added to your principal. The principal and earned interest work as your new principal for the next year. Your next year’s interest is calculated based on this new principle. Eventually, the yearly return from investments in the coming years gets bigger.

🔶 After 2 Years:

At the beginning of year 2, your new principal is: $10,600

At the end of year 2, you will receive interest (on the basis of new principal) of the amount: of $10,600 x 6% = $636. Let’s make the compound interest rate formula from the above expression:

= $10,000(1+6%) + $10,600 x 6%; [replacing $10,600 with $10,000(1+6%) and $636 with $10,600 x 6%] = $10,000(1+6%) + $10,000(1+6%) x 6%; [again replacing $10,600 with $10,000(1+6%)]

= $10,000(1+6%)(1+6%)

= $10,000 x (1+6%)^2

So, we can make a generalized compound interest formula to calculate principal + interest:

=p(1+r)^n

Where,

  • p is the principal invested at the beginning of the annuity,
  • r is the yearly interest rate (APR)
  • And n is the number of years.

So, your principal + interest at the end of year 2 will be:

$10600 + $636 = $11,236

We can also reach this same amount using the above formula:

=p(1+r)^n

=$10,000 x (1+6%)^2

= $10,000 (1+0.06)^2

= $10,000 (1.06)^2

=$10,000 x 1.1236

= $11,236

🔶 After 3 Years:

The new principal at the start of year 3 is: $11,236

But we don’t need this to calculate the principal + interest at the end of year 3. We can use the formula directly.

After 3 years, your principal + interest will be:

= $10,000 x (1+6%)^3

= $11,910.16

Future Values of an Investment Using Compound Interest Formula

Initially, using the following compound interest formula, we can calculate future values on investment for any compounding frequency.

A = P (1 + r/n)^(nt)

Where,

  • A = Total amount after nt periods
  • P = The amount invested at the beginning. It cannot be withdrawn or changed in the investment period.
  • r = Annual Percentage Rate (APR)
  • n = Number of times interest is compounded per year
  • t = Total time in years

Excel Formula to Calculate Compound Interest with Regular Deposits (11)

Check out the image below. I have shown 4 variations of the above formula.

Excel Formula to Calculate Compound Interest with Regular Deposits (12)

Finally, you see that for the same investment of $10,000, we get the following results:

  • For daily compounding: $18220.29
  • For weekly compounding: $18214.89
  • For Monthly compounding: $18193.97
  • And for Quarterly compounding: $18140.18

So, if the number of compounding per year is higher, the return is also higher.

Power of Compounding

Accordingly, the power of compounding is very significant. Let me show you the power of compounding in the investment world or with your savings.

Let’s assume you want to be a millionaire and that is in sleeping mode 😊

Warren Buffet (the living legend of the investment world) advises you to invest in a low-cost index fund, for example, Vanguard 500 Index Investor. And historically this fund has returned 8.33% annual return for the last 15 years (including the fall of 2008).

Excel Formula to Calculate Compound Interest with Regular Deposits (13)

Practice Section

Here, we have provided a Practice section on each sheet on the right side for your practice. Please do it by yourself.

Excel Formula to Calculate Compound Interest with Regular Deposits (14)

Conclusion

Basically, understanding the concept of compounding can benefit you hugely. When making investment decisions, you should check out the long-term and consistent growth of your investment. It is far better to earn 15% per year than earn 100% a year and then vanish your investments. Please let us know in the comments section if you have any questions or suggestions. For a better understanding please download the practice sheet.Thanks for your patience in reading this article.

Related Articles

  • How to Calculate Compound Interest for Recurring Deposit in Excel
  • How to Calculate Compound Interest in Excel in Indian Rupees

<< Go Back to Compound Interest in Excel |Excel for Finance | Learn Excel

Excel Formula to Calculate Compound Interest with Regular Deposits (2024)

FAQs

Excel Formula to Calculate Compound Interest with Regular Deposits? ›

compound interest excel formula with regular deposits The compound interest formula with regular deposits can be calculated using the following Excel formula: A=P* (1+r/n)^(nt) + PMT * (((1+r/n)^(nt) - 1) / (r/n)) Where: A = the future value of the investment P = the principal amount of the investment r = the annual ...

What is the formula for compound interest in Excel with regular contributions? ›

An easy and straightforward way to calculate the amount earned with an annual compound interest is using the formula to increase a number by percentage: =Amount * (1 + %) . Where A2 is your initial deposit and B2 is the annual interest rate.

How to calculate compound interest for recurring deposit in Excel? ›

Yes, you can calculate returns from your RD investment by using the formula A = P x (1 + r/100)^nt, where, A = Total amount by the end of the period. P = Principal amount from which compounding will start. r = Annual rate of interest.

What is the formula for compound interest with regular deposits? ›

What is the compound interest formula, with an example? Use the formula A=P(1+r/n)^nt. For example, say you deposit $5,000 in a savings account that earns a 3% annual interest rate, and compounds monthly. You'd calculate A = $5,000(1 + 0.03/12)^(12 x 1), and your ending balance would be $5,152.

How do you calculate compound interest in Excel? ›

There are two basic formulas for calculating compound interest in Excel. The first formula is =P*(1+r/n)^(n*t) , where P is the principal amount, r is the interest rate, n is the compounding period, and t is the term. It is important to note that the compounding period and interest rate must be simultaneous.

How to calculate compound interest with an example? ›

Solved Examples on Compound Interest
  1. C. I.= P(1+R100)T−P. Calculation: ...
  2. C. I.= P(1+R100)T−P. Given, ...
  3. ⇒ 10500=P(1+10100)2−P. ⇒ 10500 = 0.21P. ⇒ P = 50000. ⇒ Principal = Rs. ...
  4. = 50000(1+20100)3−50000. = 50000(1.2)3−50000. = 36400. ...
  5. A=P(1+(R2)100)2T.
  6. A=10000(1+2100)4=10824.32.
Dec 21, 2023

What is the formula for compound interest on a worksheet? ›

The formula for compound interest is A = P(1 + r)t , where A = total amount including previous interest earned, P = principal, r = interest rate, and t = time.

What is the formula for continuous compound interest with monthly deposits? ›

This formula says, when an amount P is invested for the time 't' with the interest rate is r% compounded continuously, then the final amount is, A = P ert.

How to calculate compound interest in Excel with monthly payments? ›

How to Calculate Monthly Compound Interest in Excel
  1. We can use the following formula to find the ending value of some investment after a certain amount of time:
  2. A = P(1 + r/n)nt
  3. where:
  4. If the investment is compounded monthly, then we can use 12 for n:
  5. A = P(1 + r/12)12t
May 24, 2022

How to calculate annualized return in Excel? ›

To calculate annualized return in Excel, begin by entering the investment's starting value, ending value, and holding period into the spreadsheet. To calculate the rate of return, divide the ending value by the starting value, subtract one, and then multiply by 100.

Top Articles
Latest Posts
Article information

Author: Golda Nolan II

Last Updated:

Views: 6025

Rating: 4.8 / 5 (78 voted)

Reviews: 85% of readers found this page helpful

Author information

Name: Golda Nolan II

Birthday: 1998-05-14

Address: Suite 369 9754 Roberts Pines, West Benitaburgh, NM 69180-7958

Phone: +522993866487

Job: Sales Executive

Hobby: Worldbuilding, Shopping, Quilting, Cooking, Homebrewing, Leather crafting, Pet

Introduction: My name is Golda Nolan II, I am a thoughtful, clever, cute, jolly, brave, powerful, splendid person who loves writing and wants to share my knowledge and understanding with you.