Help,

I want to group a weeks worth of data into the first day of the week specified such as the following:

Week 1________________Week 2
12/03/01 X____________12/10/01 O
12/04/01 O____________12/11/01 X
12/05/01 X____________12/12/01 O
12/06/01 O____________12/13/01 X
12/07/01 X____________12/14/01 O
12/08/01 O____________12/15/01 X
12/09/01 X____________12/16/01 O
=========================
12/03/01 X=4 O=3_____12/10/01 X=3 O=4

The bottom line is what I'm looking for. How can group a weeks worth of data at a time into sep. buckets?

Thanks,

Paul