Counting cells with specific date ranges

  • Thread starter Thread starter Dino
  • Start date Start date
D

Dino

How would I count cells within specific date ranges? For
example, if I have a column of cells that have different
dates in them, how would I count the number of cells that
have a September date, an October date, and so on? COUNTIF
doesn't seem to like it when I try to use it with date
ranges. Thanks in advance if someone can help with this.
 
Dino, try this =SUMPRODUCT((MONTH(A1:A100)=9)+0) will count the dates that
= Sept.

--
Paul B
Always backup your data before trying something new
Using Excel 97 & 2000
Please post any response to the newsgroups so others can benefit from it
** remove news from my email address to reply by email **
 
Back
Top