Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
How do I say count "S" and "I" and "R"?
|
#2
![]() |
|||
|
|||
![]()
Hello. One method
.....=COUNTIF(Range,"S")+COUNTIF(Range,"I")+COUNTI F(Range,"R") "Range" is the cluster of cells from which you need to pluck the count. "Natalie" wrote in message ... How do I say count "S" and "I" and "R"? |
#3
![]() |
|||
|
|||
![]()
try
=sumproduct((a1:a21={"s","i","r"})*1) -- Don Guillett SalesAid Software "Natalie" wrote in message ... How do I say count "S" and "I" and "R"? |
#4
![]() |
|||
|
|||
![]()
Another option is:
=SUM(COUNTIF(A1:A100,{"S","I","R"})) -- HTH, RD ============================================== Please keep all correspondence within the Group, so all may benefit! ============================================== "Natalie" wrote in message ... How do I say count "S" and "I" and "R"? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
COUNTIF in one colum then COUNTIF in another...??? | Excel Worksheet Functions | |||
countif statement | Excel Worksheet Functions | |||
Countif - Countif | Excel Worksheet Functions | |||
countif | Excel Worksheet Functions | |||
countif, again | Excel Worksheet Functions |