Thread: countif(and
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
David Biddulph[_2_] David Biddulph[_2_] is offline
external usenet poster
 
Posts: 8,651
Default countif(and

=sumproduct((d4:d60="jones")*(j4:j60="disc"))
or
=sumproduct(--(d4:d60="jones"),--(j4:j60="disc"))
--
David Biddulph

"sorry1" wrote in message
...
i am trying to get a count fo cells for

=countif(and(d4:d60,"jones",j4:j60,"disc"))
--
clueless