
The Excel GEOMEAN function returns the geometric mean for a set of numeric values. Geometric mean can be used to calculate average rate of return with variable rates.
Calculate geometric mean
Calculated mean
=GEOMEAN (number1, [number2], ...)
The Excel GEOMEAN function calculates the geometric mean. Geometric mean is the average rate of return of a set of values calculated using the products of the terms. The general formula for the geometric mean of N numbers is the Nth root of their product.
In the example shown, the formula in F6 is:
=GEOMEAN(C5:C7)
Which calculates geometric mean as described above, equivalent to either of the two formulas below:
=(0.1*0.2*0.3)^(1/3)=POWER(0.1*0.2*0.3,1/3)

The Excel GEOMEAN function returns the geometric mean for a set of numeric values. Geometric mean can be used to calculate average rate of return with variable rates.
Calculate geometric mean
Calculated mean
=GEOMEAN (number1, [number2], ...)
The Excel GEOMEAN function calculates the geometric mean. Geometric mean is the average rate of return of a set of values calculated using the products of the terms. The general formula for the geometric mean of N numbers is the Nth root of their product.
In the example shown, the formula in F6 is:
=GEOMEAN(C5:C7)
Which calculates geometric mean as described above, equivalent to either of the two formulas below:
=(0.1*0.2*0.3)^(1/3)=POWER(0.1*0.2*0.3,1/3)