Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to know if anyone knows of an Excel function which can accomplish the
following task: lookup a cell value within a given range (i.e., F33:F151) and if that value meets a certain criteria (i.e., = 85% and/or <=94%), then execute a sumif function (i.e., sumif($h:h,A$2,$f$33:$f$151)). If the value doesn't match the criteria, have Excel return a value of 0. Thanks, ryan |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i may be confused yet lets see if it is this way...
$h:h list of %... =sumif($h:h,"<94%",$f$33:$f$151)-sumif($h:h,"<85%",$f$33:$f$151) -- ***** birds of the same feather flock together.. "RSS" wrote: I need to know if anyone knows of an Excel function which can accomplish the following task: lookup a cell value within a given range (i.e., F33:F151) and if that value meets a certain criteria (i.e., = 85% and/or <=94%), then execute a sumif function (i.e., sumif($h:h,A$2,$f$33:$f$151)). If the value doesn't match the criteria, have Excel return a value of 0. Thanks, ryan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Combining LOOKUP and COUNTIF functions | Excel Worksheet Functions | |||
INFORMATION ON FUNCTIONS IN EXCEL (EX. "IF", VALUE LOOKUP) | Excel Worksheet Functions | |||
Allow refence in the "table_array" position of Lookup functions | Excel Worksheet Functions | |||
Lookup Functions | Excel Worksheet Functions | |||
Excel Lookup Functions | Excel Worksheet Functions |