FormulaCraft

How to calculate compound interest in Excel and Google Sheets

Topic:Finance basics
Excel & Google Sheets
=A2*POWER(1+B2, C2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

PrincipalRateYears
10000.053

=A2*POWER(1+B2, C2)1157.625

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1A2 is the principal, B2 the rate per period (0.05 = 5%), C2 the number of periods.
  2. 2POWER(1+B2, C2) is the growth factor over all periods.
  3. 3Multiplying by the principal gives the future value.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

How do I handle monthly compounding?

Divide the annual rate by 12 for B2 and use the total number of months for C2.

More on Finance basics

See all →

Formulas used

Related tasks

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: