Returns the geometric mean of the arguments.
Syntax:
GEOMEAN(number1, number2, ... number30)
number1 to number30 are up to 30 numbers or ranges containing numbers. Numbers must not be zero.
The geometric mean of is defined as .
Example:
GEOMEAN(1, 2, 4)
returns 2, calculated as .