Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
"Max" wrote...
One way: =SUMPRODUCT((ISNUMBER(FIND({"WAP","RBT","MM4"},B2 :B5)))*(A2:A5="Joe")) .... Another way, shorter but an array formula, =COUNT(FIND({"WAP","RBT","MM4"},B2:B5)/(A2:A5="Joe")) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Count characters within a string | Excel Worksheet Functions | |||
Count rows with a string in any cell | Excel Worksheet Functions | |||
count number of letters in a string | Excel Worksheet Functions | |||
Colomn of strings, how to count each string with "abc" OR "def" | Excel Worksheet Functions | |||
count number of occurences within a string | Excel Worksheet Functions |