Compounded Growth Rate Formula Excel

If you just need to compounded growth rate formula excel and move on, the boxed answer at the top is all you need. The rest of this page is for when you want to understand why it works in Excel, adapt it to a trickier version, or make it robust enough to hand to a colleague. We keep the opening short on purpose — the depth is here when you want it, not in your way when you don’t.

Exact answer

In Excel: put your start and end values and the number of years into =(End/Start)^(1/Years)-1, then format the cell as a percentage.

ƒxCAGR CalculatorLive
Compound annual growth rate
7.00%

€10,000.00 → €19,672.00 over 10 years

Year 0Year 10
=(Ending/Beginning)^(1/Years)-1

Need it as an auditable file?

This calculation ships inside the Corporate Finance Suite — formula-driven, unlocked, audit-ready.

View template
=(End/Start)^(1/Years)-1
Ctrl+CthenCtrl+Shift+V+Cthen+Ctrl+VPaste values · WindowsMac

Need it as an auditable file?

Ships inside the linked template — formula-driven, unlocked, audit-ready.

View template

What this does

CAGR smooths a multi-year change into one annual rate — the constant rate that would carry the starting value to the ending value over the period. It strips out the noise of bumpy year-to-year swings so two investments over different horizons can be compared on equal footing. Because it is a geometric mean of growth, it is the honest way to summarise compounding, where a simple average would overstate the return. Most people learn this as a sequence of clicks and forget it by next week; learning it as a pattern instead is what lets you apply it to the next, slightly different version of the problem without starting from scratch. That is the difference this page is trying to make. The difference between a quick fix and a sheet you can trust is the extra minute you spend validating “compounded growth rate formula excel”. Start on a copy or a tiny sample, keep the affected formula visible, and compare the result with the tool above before you touch the real workbook. When a formula is involved, keep the inputs labelled beside it, reference cells instead of typing values, and apply number formatting only after the result checks out. The point is a calculation you can defend to a CFO or an auditor, but the practical win is that someone else can open the file and understand what happened without asking you.

A worked example

Say a fund grew from €10,000 to €19,672 over 10 years. Enter =(19672/10000)^(1/10)-1 and format as a percentage: the result is 7.0%. That single figure means the fund effectively earned 7% every year, compounded — even though the real path was lumpier. Change the ending value to €25,000 and the rate jumps to 9.6%, which is exactly what the live chart above redraws as you type. Reach for CAGR whenever you need to compare growth over different time spans or report a single, defensible annual figure to a board or client. It is the standard language of investment and revenue reporting precisely because it is comparable and hard to game. A practical tip before you scale it up: build it once on a small block of test data, confirm the number against the tool on this page, and only then point it at your real sheet. That one habit catches almost every mistake while it is still cheap to fix, long before a wrong figure reaches a report or a colleague.

In Google Sheets

Google Sheets handles this almost identically to Excel. The formula syntax above is the same, and the menu lives under a slightly different label rather than a ribbon tab. Use the platform toggle at the top of the page to switch every keyboard shortcut between Windows and Mac, and expect at most cosmetic differences in naming. Keep this page bookmarked for the next time the same question comes up. Better still, rebuild the example once in your own sheet — doing it yourself, with the tool above to check against, is what turns a copied formula into a technique you own. The short version of “compounded growth rate formula excel”: the answer is at the top of this page, the tool proves it on your own numbers, and the sections above explain why it holds so the next variation does not stump you. Excel rewards people who reference cells instead of typing values and who keep inputs separate from formulas, because that is what makes a result you can audit months later. Build it once, deliberately, with the live tool as a check, and you convert a one-off lookup into a reusable skill — which is the whole point of learning the why and not just the what.

Common mistakes

  • Using a simple average of yearly returns — it overstates compounded growth; CAGR is the geometric rate.
  • Counting the wrong number of years (use elapsed years, not the count of data points).
  • Feeding a zero or negative starting value, which makes the ratio meaningless.
  • Leaving the cell as a raw decimal (0.07) instead of formatting it as 7%.

Frequently asked questions

What is a good CAGR?

It depends on the asset class: broad equity indices have historically returned roughly 7–10% nominal CAGR, but the right benchmark is whatever a comparable, equally risky alternative would return.

Does CAGR account for volatility?

No. It describes the smoothed end-to-end rate and deliberately ignores the path, so two very different risk profiles can share the same CAGR. Pair it with standard deviation to see the risk.

Can CAGR be negative?

Yes — if the ending value is below the starting value the rate is negative, telling you the position lost an average of that much each year.