Excel Compound Interest Formula

“excel compound interest formula” comes up constantly, so this page leads with the exact answer, gives you a tool to try it on your own numbers, and only then explains the detail. Everything works in Excel on Windows and Mac and maps almost one-to-one to Google Sheets. Copy the answer above and get back to work, or read on to turn a one-off fix into something you never have to look up again.

Exact answer

In Excel: calculate compound interest with =P*(1+rate/n)^(n*years), where n is the number of compounding periods per year — or with =FV(rate/n, n*years, 0, -P) using the built-in future value function.

ƒxCompound Interest CalculatorLive
%
years
Future value
€16,470.09

Total interest earned: €6,470.09 · Monthly · 10 years

=P*(1+rate/n)^(n*years)
YearInterestBalance
1€511.62€10,511.62
2€537.79€11,049.41
3€565.31€11,614.72
4€594.23€12,208.95
5€624.63€12,833.59
6€656.59€13,490.18
7€690.18€14,180.36
8€725.49€14,905.85
9€762.61€15,668.47
10€801.63€16,470.09

Need it as an auditable file?

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

View template
=P*(1+rate/n)^(n*years)
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

Compound interest pays interest on previously earned interest, so a balance grows geometrically rather than linearly. The compounding frequency n matters: 5% compounded monthly yields slightly more than 5% compounded yearly, because each month's interest starts earning its own interest immediately. FV exists precisely for this; the explicit power formula shows what it is doing. Keep the inputs visible and clearly labelled and the whole thing stays auditable — anyone who opens the file later, including you, can see at a glance exactly what feeds the result and change one assumption without hunting through the formula. For “excel compound interest formula”, the reliable version is a short checking loop, not just the first command that appears to work. Run it on a deliberately small range first, watch how the affected formula change, and only then apply the same setup to the full sheet. 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. That is what makes a calculation you can defend to a CFO or an auditor useful in real work: repeatable, auditable, and not dependent on memory or luck.

A worked example

With €10,000 at 5% compounded monthly for 10 years, =10000*(1+0.05/12)^(12*10) returns €16,470.09. Compounded only yearly, =10000*(1.05)^10 returns €16,288.95 — the extra €181 is the compounding-frequency effect. The equivalent built-in is =FV(0.05/12, 120, 0, -10000). Savings plans, loans, and investment projections all run on compound growth. Setting the formula up once with cell references lets you test scenarios by typing. If there is any chance you will reuse this, drop it into a small template tab right now: a labelled input area on the left and the formula beside it, checked once against the tool above. Next time the same question comes up, the answer is a single paste away instead of a rebuild from memory.

In Google Sheets

If you are in Google Sheets rather than Excel, the good news is that the formula shown here is identical and the workflow barely changes — menus sit across the top instead of in a ribbon, and a few function names differ slightly, but anything you build here moves across with little or no rework. 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. If you take one thing from this page on “excel compound interest formula”, make it the habit rather than the keystrokes: set the problem up with labelled inputs, reference those cells, and let Excel do the recomputing. Bookmark the page for the syntax, but do the example once in a blank sheet and check it against the tool above — five minutes of hands-on practice fixes the method in memory far better than re-reading, and it surfaces the small snags while they are still harmless. After that the technique is genuinely yours: faster than searching for it again, and reliable enough to drop into work that other people depend on.

Common mistakes

  • Using the annual rate per month without dividing by 12.
  • Forgetting the minus sign on the present value in FV and getting a negative result.
  • Comparing offers with different compounding frequencies by nominal rate alone — use =EFFECT(rate, n) to get the effective annual rate.
  • Entering 5 instead of 0.05 (or 5%) for the rate, which explodes the result.

Frequently asked questions

What is the compound interest formula in Excel?

There is no COMPOUND function; use =P*(1+rate/n)^(n*years) or =FV(rate/n, n*years, 0, -P).

What does compounding frequency change?

How often interest is added to the balance. More frequent compounding yields a higher effective annual rate for the same nominal rate.

How do I add monthly deposits?

Use the pmt argument of FV: =FV(rate/12, months, -deposit, -P) for end-of-month deposits.

Other ways people ask this

On the way here you may have searched this as “excel formula for compound interest”, “how to find compound interest in excel”, “excel formula compound interest” and “compound interest excel formula with regular deposits” — it is all the same task, and this page is the single, complete answer to it.

This guide also answers

  • compound interest function in excel

Why do people search for this in so many different ways?

Because the same task has many names. “excel formula for compound interest”, “how to find compound interest in excel”, “excel formula compound interest” all point at the one operation explained on this page, which is why they all lead here.