View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
fireofeve
 
Posts: n/a
Default Is the equation: =COUNTIF B:B, <9/31/2005 AND 9/1/2005 possible?

Is it possible to have an equation that determines a COUNTIF for a month? ie.
if I have the dates 12/5/2005 and 11/21/2005, it would count 1 for November,
and 2 for December. Or is even something that works to the effect of
=(COUNTIF B:B, "<9/31/2005 AND 9/1/2005" possible?