R Ragdyer Oct 21, 2004 #1 Not exactly, but you could use 2 of them, and add them together. =COUNTIF(A1:A100,"A")+COUNTIF(A1:A100,"B")
Not exactly, but you could use 2 of them, and add them together. =COUNTIF(A1:A100,"A")+COUNTIF(A1:A100,"B")
D Don Guillett Oct 21, 2004 #4 this would sum rngB =sumproduct((rngA={"joe","bill"})*(rngb)) to count =sumproduct((rngA={"joe","bill"})*1) -- Don Guillett SalesAid Software (e-mail address removed) Don Guillett said: try =sumproduct((rngA={"joe","bill"})*(rngb)) Click to expand...
this would sum rngB =sumproduct((rngA={"joe","bill"})*(rngb)) to count =sumproduct((rngA={"joe","bill"})*1) -- Don Guillett SalesAid Software (e-mail address removed) Don Guillett said: try =sumproduct((rngA={"joe","bill"})*(rngb)) Click to expand...