Hi,
is it possible to count number of dates within a range
column c has starts dates
column d has end dates
I need to count all instances of date within a date range
date ranges starts column c - 20/08/09
date ranges ends column d - 22/08/09
if this was repeated 3 times in the column I would want to see the following result
3 - 20/08
3 - 21/08
3 - 22/08
i need to find out how many people are off for any particular day.
=SUMPRODUCT(($C$7:$C$800>=I10)*($D$7:$D$800<=I11))
column I has dates to look for.
I am using the above formula but this only looks at the start and end dates within the column and counts those, I need to be able to count if the date falls between the start and end date.
hope this makes sense.
Hope this is of use, Rob.![[yoda] [yoda] [yoda]](/data/assets/smilies/yoda.gif)
is it possible to count number of dates within a range
column c has starts dates
column d has end dates
I need to count all instances of date within a date range
date ranges starts column c - 20/08/09
date ranges ends column d - 22/08/09
if this was repeated 3 times in the column I would want to see the following result
3 - 20/08
3 - 21/08
3 - 22/08
i need to find out how many people are off for any particular day.
=SUMPRODUCT(($C$7:$C$800>=I10)*($D$7:$D$800<=I11))
column I has dates to look for.
I am using the above formula but this only looks at the start and end dates within the column and counts those, I need to be able to count if the date falls between the start and end date.
hope this makes sense.
Hope this is of use, Rob.
![[yoda] [yoda] [yoda]](/data/assets/smilies/yoda.gif)