Calculate CAGR (Compound Annual Growth Rate)
Revenue went from 1,000 to 1,728 over three years. Saying "it grew 72.8%" hides the timeline — you need the single yearly rate that compounds to that result.
Excel & Google Sheets
This formula works in both Excel and Google Sheets.
How it works
B2/A2 is the total growth multiple — 1,728 ÷ 1,000 = 1.728. Raising it to the power 1/C2 asks "what number, multiplied by itself C2 times, gives that multiple?" For 3 years that's the cube root: 1.728^(1/3) = 1.2. Subtracting 1 converts the multiple into a rate: 0.2, or 20% per year. That's the whole point of CAGR — it smooths lumpy year-to-year swings into one steady, compounding rate, which makes a 3-year investment directly comparable with a 10-year one. The result is a decimal, so format the cell as a percentage.
When to use it
Use it to report revenue or user growth over multi-year periods, compare fund or portfolio returns with different timespans, or set growth targets in a plan.
Common mistakes
Did this formula help?
Engine-verified against the sample data aboveDownload the proof sheet (.xlsx)Last reviewed 2026-07-09