Hello,
Im trying to count a column of dates in one sheet that meet the critera between two date values referenced in cells.
In this case count rows that fall between Nov1st 2008 till the end of the month which whould return 3 in the sample of 10 rows below.
Column:
=Dates!L:L
3/4/09 11:36
3/6/09 14:00
3/10/09 12:36
3/13/09 10:28
3/19/09 10:32
3/23/09 11:31
3/2/09 11:51
11/17/08 9:26
11/22/08 20:08
11/24/08 13:15
Criteria: >=B2 <= B3
B2 = 11/1/2008
B3 = 11/30/2008 11:59:00 PM
How do a formualte this? I have tried CountIF and Sum product to no avail...Maybe Im just formatting wrong. Any Help would be appreaciated.
- Thanks!
Im trying to count a column of dates in one sheet that meet the critera between two date values referenced in cells.
In this case count rows that fall between Nov1st 2008 till the end of the month which whould return 3 in the sample of 10 rows below.
Column:
=Dates!L:L
3/4/09 11:36
3/6/09 14:00
3/10/09 12:36
3/13/09 10:28
3/19/09 10:32
3/23/09 11:31
3/2/09 11:51
11/17/08 9:26
11/22/08 20:08
11/24/08 13:15
Criteria: >=B2 <= B3
B2 = 11/1/2008
B3 = 11/30/2008 11:59:00 PM
How do a formualte this? I have tried CountIF and Sum product to no avail...Maybe Im just formatting wrong. Any Help would be appreaciated.
- Thanks!