Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am struggling!
This statement will count the number of "W/M"s that are "XYZ": {=SUM(IF(($F$8:$F$57="W/M")*($D$8:$D$57="XYZ"),1,0))} But what I would really like to know is the number of "W/M"s that are "XYZ", "ABC", "LMN", etc. I thought this would work, but it doesn't: {=SUM(IF(ISNA(($F$8:$F$57="W/M")*($D$8:$D$57=OR("XYZ", "ABC", "LMN", "QRS"))),1,0))} Any guidance is appreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
meaning of : IF(Switch; Average(array A, array B); array A) | Excel Worksheet Functions | |||
combining cells and array from different sheets into an array to pass to IRR() | Excel Discussion (Misc queries) | |||
Use array to return array of values | Excel Worksheet Functions | |||
Return Array with Array | Excel Worksheet Functions | |||
Goal Seek On Members of an Array within Array | Excel Worksheet Functions |