Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to findout the Geometric Mean of 1517 values but i got an error
message when I use geomean function, appearently ther is no value <=0. Can anyone help me in sorting out this problem |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Nadeem,
Based on very little testing, I can only find the GeoMean of a limited number (around 100) of values (actual limit depends on the values) with one formula. But.... GEOMEAN(A1:A200) = GEOMEAN(B1:B2) where B1 =GEOMEAN(A1:A100) B2 =GEOMEAN(A101:A200) So if you make up a formula like =GEOMEAN(OFFSET($A$1,(ROW()-1)*50,0,50)) and copy down until you get an error, then delete the last one - you need to do equal groups - you should be able to get the geomean of those formulas, then you should be able to do 1500 values (multiples of 50) very easily. HTH, Bernie MS Excel MVP "Nadeem Shafique Butt" wrote in message ... I am trying to findout the Geometric Mean of 1517 values but i got an error message when I use geomean function, appearently ther is no value <=0. Can anyone help me in sorting out this problem |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Mid Function Problem | Excel Discussion (Misc queries) | |||
DIAS.LAB function problem | Excel Discussion (Misc queries) | |||
Lookup function problem (kg) | Excel Worksheet Functions | |||
Problem with function "Worksheet_Change" | Excel Worksheet Functions | |||
IF function problem | Excel Worksheet Functions |