FUNCTION GEOMEAN (GEOMETRIC MEAN)

GEOMEAN (GEOMETRIC MEAN)

This function returns the geometric mean of an array or range of positive data. For example, you can use GEOMEAN to calculate average growth rate given compound interest with variable rates.

How does it work?

=GEOMEAN(number1,number2,...)

Number1, number2, ... are 1 to 255 arguments for which you want to calculate the mean. You can also use a single array or a reference to an array instead of arguments separated by commas.

Comments

Popular Posts