View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Alan
 
Posts: n/a
Default Need Countif to work like Sumif

Try
=SUMPRODUCT(--(A1:A100="Paul G"),--(ISTEXT(B1:B100)))
Regards,
Alan.
"paulgallanter" wrote in message
...
I am trying to use the formula =Sumif(B7:B203,"Paul
G",(COUNTIF(C7:C203,"*"))) to count the number of cells in the "C" column
which contains text and are in the same row next to my name in the "B"
column. This formula does not work. Ay suggestions?

Thank you, paul