GEOMEAN function

Category: Statistical
Introduced: Excel 2003

Summary

Returns the geometric mean

Syntax

GEOMEAN(number1, [number2], ...) The GEOMEAN function syntax has the following arguments:
• Number1, number2, ... Number1 is required, subsequent numbers are optional. 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.

Example

=GEOMEAN(A2:A8)

Microsoft Support Page

https://support.microsoft.com/en-us/office/geomean-function-db1ac48d-25a5-40a0-ab83-0b38980e40d5

Back to Functions