Thread: COUNTIF
View Single Post
  #5   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

=SUMPRODUCT((B4:B65535--("31/07/06"))*(B4:B65535<--("1/08/07"))*(C4:C65535
= "No"))
--
David Biddulph

"Alex H" wrote in message
...
Hi

if I want to count the number of rown where B4:B65535 31/07/06 and <
01/08/07 and C4:C65535 = "No" how would I express this please

Thanks
A