Have a column of dates, and would like to count number that fall within specific range.
ex:
Dates
1/1
1/7
1/12
1/13
1/19
1/21
Total between 1/4 & 1/15 = 3
=COUNTIF(AND(C1:C6,">=1/4/09","<=1/15/09")
=COUNTIF(AND(C1:C6,">=1/4/09"),(C1:C6,"<=1/15/09")
both give message that formula contains error
Bookmarks