A Daily Compound Interest Calculator in Excel (Template Attached)

Daily Compound Interest Formula in Excel

The basic compound interest formula is shown below:

Current Balance = Present Amount * (1 + interest rate)^n

n = Number of periods

Consider an investment of $1,000 for 5 years with an interest rate of 5% compounded monthly.

The monthly compound interest will be:

The daily compound interest will be:


Step by Step Guide for Creating a Daily Compound Interest Calculator in Excel

Our dataset contains some basic information necessary to calculate the daily compound interest.

Create A Daily Compound Interest Calculator in Excel

 

We are using this formula:

Compounded Amount=Initial Balance* (1 + Annual interest rate / Compounding periods per year) ^ (Years * Compounding periods per year)

Steps

  • Insert the following formula in cell C9:
=C4*(1+C5/C6)^(C7*C6)

  • Press Enter.

Create A Daily Compound Interest Calculator in Excel

  • To calculate the Gained Interest, use the following in cell C10:
=C9-C4

  • Press Enter.

Create A Daily Compound Interest Calculator in Excel

Read More: Create Reverse Compound Interest Calculator in Excel


Test the Calculator for Daily, Monthly, and Yearly Compounding Periods: An Example

Suppose you want to invest $10000 for ten years somewhere. You have three options:

  • Bank "X" is providing 5% interest compounded yearly.
  • Bank "Y" is offering 5% interest compounded monthly.
  • Bank "Z" is giving 5% interest compounded daily.

Let’s use the calculator to find which one will provide you with most benefits.

Computing Yearly Compound Interest:

Here, we are using this dataset to demonstrate all the examples:

Example of Daily Compound Interest Calculator

Steps

  • Use the following formula in cell C9:
=C4*(1+C5/C6)^(C7*C6)
  • Press Enter.

Example of Daily Compound Interest Calculator

  • To calculate the Gained Interest, use the following in Cell C10:
=C9-C4
  • Again, press Enter.

Computing Monthly Compound Interest:

Steps

  • Use the following formula in Cell C9:
=C4*(1+C5/C6)^(C7*C6)
  • Press Enter.

Example of Daily Compound Interest Calculator

  • To calculate the Gained Interest, use the following in cell C10:
=C9-C4
  • Again, press Enter.

Computing Daily Compound Interest:

If we calculate interest for Bank “Z”, it will show the following:

Example of Daily Compound Interest Calculator

Related Content: Make Quarterly Compound Interest Calculator in Excel


An Advanced Excel Function to Find the Compound Interest

Syntax:

=FV (rate, nper, pmt, [pv], [type])

Arguments:

rate: Required. The interest rate for each period.

nper: Required. The number of compounding periods.

pmt: Required. The additional payment per period, and is represented as a negative number. If there is no value for “pmt,” put a value of zero.

pv: Optional. The principal investment, which is also represented as a negative number. If there is no value for “pv,” you must include a value for “pmt.”

type: Optional. Indicates when additional payments occur. “0” indicates that the payments occur at the beginning of the period, and “1” indicates that the payments are due at the end of the period.

We’ll use the same simple dataset.

Steps

  • Use the following formula in Cell C9:
=FV(C5/C6,C7*C6,0,-C4)

Example of Daily Compound Interest Calculator

To acquire the rate (which is the period rate) we use the annual rate/periods or C5/C6.

To get the number of periods (nper), we use the (term * periods) or C7 * C6.

There is no periodic payment, so we use zero.

The current value (pv) is input as a negative value, since the $10,000 “leaves your wallet” and belongs to the bank during the period.

  • Press Enter.

Example of Daily Compound Interest Calculator


Download the Template


Related Articles


<< Go Back to Finance Template | Excel Templates

Get FREE Advanced Excel Exercises with Solutions!
A.N.M. Mohaimen Shanto
A.N.M. Mohaimen Shanto

A.N.M. Mohaimen Shanto, a B.Sc. in Computer Science and Engineering from Daffodil International University, boasts two years of experience as a Project Manager at Exceldemy. He authored 90+ articles and led teams as a Team Leader, meticulously reviewing over a thousand articles. Currently, he focuses on enhancing article quality. His passion lies in Excel VBA, Data Science, and SEO, where he enjoys simplifying complex ideas to facilitate learning and growth. His journey mirrors Exceldemy's dedication to excellence and... Read Full Bio

2 Comments
  1. Everything you have here makes sense, but what if the loan doesn’t have a specific term? It gets paid off whenever it gets paid off.

    • Reply Lutfor Rahman Shimanto
      Lutfor Rahman Shimanto Feb 22, 2024 at 4:58 PM

      Hi Laurie!

      It feels good to know that you found our content understandable. Judging from you query, I think you want a continuing compound interest formula where the loan doesn’t have a specific term/year.

      The term continuous compound interest is used to emphasize the continuous compounding of interest, as opposed to discrete compounding periods. Here,  the compounding frequency becomes infinite, resulting in a continuous growth formula. Let us look at the formula below:

      A=P0ert 

      Where,

      • A is the future value,
      • P0 is the principal amount,
      • r is the annual interest rate,
      • t is the time in years, and
      • e is the mathematical constant approximately equal to 2.71828.

      For example, if you invest $1,000 at an annual interest rate of 5% continuously compounded for 2 years, the future value can be calculated using the continuous compounding formula.

      Regards,
      Nafis
      ExcelDemy

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo