Counting cells with specific date ranges

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.
 
P

Paul B

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 **
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top