ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   how to input a calculation in excel to find the geometric mean (https://www.excelbanter.com/excel-worksheet-functions/33627-how-input-calculation-excel-find-geometric-mean.html)

student1

how to input a calculation in excel to find the geometric mean
 
how do you input the formulas in excel to calculate the geometric mean?

KL

Hi the

Try this:

=PRODUCT(A1:A10)^(1/COUNT(A1:A10))

Regards,
KL


"student1" wrote in message
...
how do you input the formulas in excel to calculate the geometric mean?




Ron Rosenfeld

On Sun, 3 Jul 2005 14:48:01 -0700, "student1"
wrote:

how do you input the formulas in excel to calculate the geometric mean?


Look at HELP for the GEOMEAN worksheet function.


--ron

Jerry W. Lewis

IF GEOMEAN() is overflowing, then so will KL's equivalent formula.

=EXP(AVERAGE(LN(data)))
or
=EXP(AVERAGE(IF(ISNUMBER(data),LN(data))))

is a more robust calculation. Both formulas must be array entered
(Ctrl-Shift-enter). The second formula permits empty and non-numeric
cells in the data range.

Jerry

student1 wrote:

how do you input the formulas in excel to calculate the geometric mean?




All times are GMT +1. The time now is 01:47 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com