If you use a formula to calculate the week start date, it should only
appear once for each week's dates. For example, with dates in column A:
=A2-IF(WEEKDAY(A2,2)=7,0,WEEKDAY(A2,2))
Add that field to the Row area, after the month.
The same WeekStart date may appear under two months, if it overlaps.
> Within a pivot table, I have summarised the data firstly by month, then by
> week, then by work type.
[quoted text clipped - 7 lines]
> Thanks in advance.
>

Signature
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html
Jock - 17 Sep 2007 17:00 GMT
Thanks Debra, that's sorted it.

Signature
Traa Dy Liooar
Jock
> If you use a formula to calculate the week start date, it should only
> appear once for each week's dates. For example, with dates in column A:
[quoted text clipped - 15 lines]
> > Thanks in advance.
> >