GEOMEAN function
GEOMEAN(firstParameter, otherParameters...) GEOMEAN(firstParameter; otherParameters...)
firstParameter
Number or { Number }
The first parameter.
otherParameters
Number or { Number } (accepts many)
Additional parameters.
Returns
Number
The geometric mean of the parameters.
Returns the geometric mean of the parameters.
Example
GEOMEAN(23.5, 46.7, { 69.5,
4.54 })GEOMEAN(23,5;
46,7; { 69,5; 4,54 })
Returns roughly 24.3. Arrays are supported.