![]() |
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?
|
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? |
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 |
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