View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 10,593
Default Count with date range

=SUMPRODUCT(--(A2:A200="Red"),--(B2:B200=--"2008-07-01"),--(B2:B200<=--"2008-07-31"))

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)

"Porlie" wrote in message
...
I need help to count data that are between dates. Col A "Red", "Blue", Col
B
"date"
I need to count all the reds in col A that are between 01/07/08 +
31/07/08,
any ideas?