View Single Post
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

With dates in column A, start date in C1, and end date in
D1, try:

=COUNTIF(A:A,"="&C1)-COUNTIF(A:A,""&D1)

HTH
Jason
Atlanta, GA

-----Original Message-----
I have a column of dates and it will keep on increasing.

I need a formula
that will count how many items I have between a start

and an end date.

I can do the =if portion but I'm tired of looking for

how to get it to add
up how many meet my condition.
.