Returns the geometric mean of the given data set.
Syntax
Examples
|
Formula |
Result |
|
=GEOMEAN(A2:A6) |
8.060219369 |
|
=GEOMEAN(1;2;3;4;5) |
2.605171085 |
|
=GEOMEAN(12;A4;1) |
4.762203156 |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
|
#NUM! |
|
Similar Functions