Real (Inflation-Adjusted) Return

Excel Formulas › Financial

All versionsFisher

A 7% return with 3% inflation isn’t really 7%. The real return strips out inflation to show your true gain in purchasing power — via the Fisher equation, not just subtraction.


Quick formula: real return from nominal B1 and inflation B2:
=(1 + B1) / (1 + B2) - 1
Divide the growth factors and subtract 1. Close to nominal−inflation, but exact.

The example

7% nominal, 3% inflation → ~3.9% real.

AB
1ItemValue
2Nominal7%
3Inflation3%
4Real return3.88%

The formula

The formula:

=(1 + nominal) / (1 + inflation) - 1 // true purchasing-power gain

How it works

How it works:

  1. Use the Fisher equation: (1 + nominal) / (1 + inflation) − 1.
  2. It divides the nominal growth factor by the inflation factor — the precise real return.
  3. The quick approximation nominal − inflation (here 4%) is close but slightly overstates it.
  4. A real return tells you whether your money is actually gaining buying power.

Negative real returns happen when inflation exceeds your nominal return — your money grows in dollars but shrinks in what it can buy. The Fisher formula makes that visible where simple subtraction roughly agrees.

Try it: interactive demo

Live demo

Nominal and inflation.

Real · (approx )

Variations

Quick approximation

Close enough often:

=nominal - inflation

Nominal from real

Reverse:

=(1+real)*(1+inflation) - 1

Real growth of a sum

Over years:

=(1+real)^years

Pitfalls & errors

Don’t just subtract for precision. nominal−inflation is an approximation; the Fisher formula is exact.

Use consistent periods. Annual nominal with annual inflation, etc.

After-tax first? For investments, compute the after-tax nominal return, then adjust for inflation.

Practice workbook

📊
Download the free Real (Inflation-Adjusted) Return practice workbook
A real-return sheet with the approximation, reverse, and growth variants, plus 4 challenges with answers. No sign-up required.

Frequently asked questions

How do I calculate the real (inflation-adjusted) return in Excel?
Use the Fisher equation: =(1 + nominal) / (1 + inflation) - 1. It gives the true gain in purchasing power.
Can't I just subtract inflation from the nominal return?
That's a close approximation but slightly overstates the real return. The division formula is exact.
What does a negative real return mean?
Inflation is higher than your nominal return, so your money buys less than before even though the dollar amount grew.

Stop fighting formulas. Learn them in a day.

This recipe is one of hundreds of real-world formulas we teach. Our Excel Formulas & Functions class covers lookups, logic, text, and dynamic arrays hands-on — live in Dallas–Fort Worth, Houston, Austin, Oklahoma City, Denver, or online.

See the Formulas & Functions Class

Related formulas: CAGR · Compound interest · Effective interest rate