View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 1,726
Default COUNTIF with criteria in 2 columns

=SUMPRODUCT(--(A2:A20="Jones"),--(B2:B20="B"))

SP cannot use whole columns, you have to define the range to use.

--
---
HTH

Bob

(change the xxxx to gmail if mailing direct)


"EJ" wrote in message
...
I have the following...
CUSTOMER CODE
Jones A
Jones B
Jones B
Smith A
Smith C
Smith A
Jones B
Davis B

I need to be able to count how many cells ion the CODE column contain 'B',
but only if the CUSTOMER is 'Jones'

I cannot sort, or use named ranges in this case...

I'm sure its really straightforward, but I just can't work it out!