GEOMEAN Function

The GEOMEAN function is one of the statistical functions. It is used to calculate the geometric mean of the argument list.

Syntax

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

The GEOMEAN function has the following arguments:

Argument Description
number1/2/n Up to 255 numeric values for which you want to get the geometric mean.

Notes

How to apply the GEOMEAN function.

Examples

The figure below displays the result returned by the GEOMEAN function.

GEOMEAN Function