Syntax
| Parameter | Description |
|---|---|
| value1 | Parameter of the GEOMEAN function. |
| [value2 | (Optional.) Parameter of the GEOMEAN function. |
| ...] | Parameter of the GEOMEAN function. |
Examples
Average annual return
=GEOMEAN(1.08, 1.12, 0.95, 1.20, 1.05) - 1
Average growth rate
=GEOMEAN(B2:B11)
Normalized comparison
=GEOMEAN(C2:C100)
Common Errors
Returned when any value is zero or negative. The geometric mean is only defined for strictly positive numbers.
Non-numeric arguments were provided.
Tips
Convert percentages to growth factors first: 5% becomes 1.05, -3% becomes 0.97. Then subtract 1 from the GEOMEAN result to get back to a percentage.
GEOMEAN requires all positive values. If you have a year with -10% return, express it as 0.90 (the growth factor), not -0.10.
Arithmetic average overstates compound returns. If an investment gains 100% then loses 50%, the arithmetic average is +25% but the geometric mean correctly shows 0% (you're back where you started).
Try GEOMEAN in Viztab
Import your data and use GEOMEAN with 370+ other formulas. No signup required.
Open Viztab