Thread: COUNTIF AND
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Teethless mama Teethless mama is offline
external usenet poster
 
Posts: 3,718
Default COUNTIF AND

=SUMPRODUCT(--(A1:A100="1-critical"),--(B1:B100="incorrect value")

Adjust to suit
You can not use whole columns prior to XL-2007


"Kara" wrote:

I am trying to write a formula that uses AND and COUNTIF. I want it to count
how many have 1-critical AND incorrect value. I have the COUNTIF working, but
don't know how to connect them properly. Thanks for the help!