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

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

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

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

Last reviewed: