FormulaCraft

How to calculate a growth rate in Excel and Google Sheets

Excel & Google Sheets
=(B3-B2)/B2

Verified example

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

YearRevenue
202280000
202392000
2024107000

=(B3-B2)/B20.15

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. 1Put the starting value in one cell (e.g. B2) and the ending value in another (e.g. B3).
  2. 2In a result cell, type =(B3-B2)/B2 for the simple period growth rate.
  3. 3Press Enter and format the result as a percentage.
  4. 4For CAGR over multiple years, use =(B3/B2)^(1/years)-1, replacing 'years' with the number of periods.

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

What is CAGR and when should I use it?

CAGR (Compound Annual Growth Rate) is the steady rate at which an investment would have grown if it grew at the same rate every year. Use it to compare multi-year growth across different periods or assets.

How do I calculate CAGR over 5 years?

=(End/Start)^(1/5)-1. For example, =(B6/B2)^(1/5)-1 if your data spans rows 2 to 6.

Formulas used

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

Last reviewed: