How to calculate compound interest in Google Sheets (3 Examples)

Compound interest is calculated in Google Sheets by using the “FV” function. This function takes three arguments: the present value, the interest rate, and the number of periods. By providing these three arguments to the function, you can calculate the future value of the investment with compound interest applied. Three examples of how to calculate compound interest in Google Sheets are provided in this article to help illustrate the process.


We can use the following compound interest formula to find the ending value of some investment after a certain amount of time:

A = P(1 + r/n)nt

where:

  • A: Final Amount
  • P: Initial Principal
  • r: Annual Interest Rate
  • n: Number of compounding periods per year
  • t: Number of years

The following examples show how to use this formula in Google Sheets to calculate the ending value of investments in different scenarios.

Example 1: Compound Interest Formula with Annual Compounding

Suppose we invest $5,000 into an investment that compounds at 6% annually.

The following screenshot shows how to use the compound interest formula in Google Sheets to calculate the ending value of this investment after 10 years:

This investment will be worth $8,954.24 after 10 years.

The following screenshot shows how to calculate the ending investment after each year during the 10-year period.

Note that Column F shows the formula we used in each corresponding cell in Column E:

Compound interest formula in Google Sheets

Example 2: Compound Interest Formula with Monthly Compounding

Suppose we invest $1,000 into an investment that compounds at 6% annually and is compounded on a monthly basis (12 times per year).

The following screenshot shows how to use the compound interest formula in Google Sheets to calculate the ending value of this investment after 5 years:

Example 3: Compound Interest Formula with Daily Compounding

Suppose we invest $5,000 into an investment that compounds at 8% annually and is compounded on a daily basis (365 times per year).

The following screenshot shows how to use the compound interest formula in Google Sheets to calculate the ending value of this investment after 15 years:

This investment will be worth $16,598.39 after 15 years.

x