try
=sumproduct((b4:b118="Consistent Support Staff")*(c4:C118="Positive"))
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
(E-Mail Removed)
"Mrswhit9" <(E-Mail Removed)> wrote in message
news:B9F52CA3-53F0-493D-AD49-(E-Mail Removed)...
>
> Can anyone tell me what is wrong with this formula? I am trying to say if
> the text in column B = this, and the text from column C = this, and then
> count the returned values:
>
> =IF(b4:b118,"Consistent Support Staff",IF(C4:C118,"Positive"),"1","0"))
>
> --
> mrswhit