Marc
one way:
=SUMPRODUCT( --(G1:G7>=DATE(2006,8,1)),-- (G1:G7<=DATE(2006,8,31)) )
=SUMPRODUCT( --(G1:G7>=DATE(2006,9,1)),-- (G1:G7<=DATE(2006,9,30)) )
assuming the dates are in cells G1 to G7
Regards
Trevor
"Marc Shaw" <(E-Mail Removed)> wrote in message
news:3A1FC743-8A14-4FD3-B383-(E-Mail Removed)...
>I have a column of dates such as 8/5/06, I would like to create a formula
> that counts the number of dates for a particular month. For example, if
> the
> column reads as such:
> 9/13/06
> 8/28/06
> 9/20/06
> 9/20/06
> 8/20/06
> 9/22/06
> 9/22/06
>
> I would like the formula to tell me that there are 2 for the month of
> August. Then I could also set up another similar formular to tell me that
> there are 5 for the month of September
>
>
> --
> Thanks,
> Marc Shaw
|