Wauvel

Excel like a finance pro.

← The library

Statistical function

GEOMEAN

Returns the geometric mean, the right average for growth rates.

OccasionalDifficulty 1250 · ProficientUsage rank #196 of 520
Practice · 3 questions →

When to use it

The geometric mean: the n-th root of the product. The right average for growth factors and ratios, where the arithmetic mean overstates.

The shape of it

Syntax
=GEOMEAN(number1, [number2], ...)

Worked examples

  • Two numbers

    =GEOMEAN(2,8) 4

    Square root of 16.

  • Average growth rate

    =GEOMEAN(1.05,1.03,1.04)-1 0.039968

    Average annual growth from three yearly factors: 3.9968%, slightly below the arithmetic 4%.

  • A range of factors

    =GEOMEAN(A2:A11) 1.062

    Ten years of growth factors.

Worth knowing

  • Convert rates to factors (1 + rate) before GEOMEAN, then subtract 1.
  • Same as EXP(AVERAGE(LN(range))).
  • For a CAGR from start and end values use RRI or POWER.

Where it goes wrong

  • #NUM! when any value is zero or negative, so use factors, not raw returns.
  • Blanks and text are ignored.

Related

Learn the moves here — or let Wauvel run them on your numbers.

Meet your AI CFO →

One CFO-grade Excel tip a week

A short, practical email for finance operators — functions, shortcuts, and the moves that save an afternoon. Free, unsubscribe anytime.