Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to determine the average value from a range of values for those values
in that range that are larger than a certain value. This would act similiar to the COUNTIF function, but it doesn't seem to exist. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=SUMIF(A1:A100,"<200")/COUNTIF(A1:A100,"<200")
-- Kind regards, Niek Otten "John Emhof" <John wrote in message ... I need to determine the average value from a range of values for those values in that range that are larger than a certain value. This would act similiar to the COUNTIF function, but it doesn't seem to exist. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks! Very helpful
"Niek Otten" wrote: =SUMIF(A1:A100,"<200")/COUNTIF(A1:A100,"<200") -- Kind regards, Niek Otten "John Emhof" <John wrote in message ... I need to determine the average value from a range of values for those values in that range that are larger than a certain value. This would act similiar to the COUNTIF function, but it doesn't seem to exist. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
this is an array formula so must be entered with ctrl+shift+enter
=AVERAGE(IF(C3:C233,C3:C23)) -- Don Guillett SalesAid Software "John Emhof" <John wrote in message ... I need to determine the average value from a range of values for those values in that range that are larger than a certain value. This would act similiar to the COUNTIF function, but it doesn't seem to exist. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can you use countif function for noncontiguous cells | Excel Worksheet Functions | |||
IF Function or Countif | Excel Worksheet Functions | |||
COUNTIF and then SUM in Same Function | Excel Worksheet Functions | |||
How do I use COUNTIF in a SUBTOTAL function to differentiate the . | Excel Worksheet Functions | |||
hOW TO USE THE AND OPERATOR WITH THE COUNTIF FUNCTION | Excel Worksheet Functions |