Pivot Table Group by Week?

G

Guest

Hello-

I see you can group pivot tables by month, year, quarter, etc..

What happen to 'by week'?

Thanks.
 
G

Guest

Simply Beautiful.
Thank you Peo.

Now, can you help with my "Wrap data onto one page" question?
:)
 
G

Guest

neat trick - if my data spans 2006 and 2007 I can't find a way to only show
2007 weekly values [since using days + years messes up the "7" grouping of
days].

Any ideas?

Thanks for your reply & assistance.
Jimbo213
 
D

Debra Dalgleish

Instead of grouping, you could add a column to the source data, and
calculate the week's starting date. For example, if the date is in column A:
=A2-WEEKDAY(A2,3)

Add the WeekStart field to the pivot table, instead of the date.
neat trick - if my data spans 2006 and 2007 I can't find a way to only show
2007 weekly values [since using days + years messes up the "7" grouping of
days].

Any ideas?

Thanks for your reply & assistance.
Jimbo213


:

Use days and set them to 7 that will group like 01/01/05 - 01/07/05


--

Regards,

Peo Sjoblom
 
G

Guest

Excellent trick [ errr ... tip ]

Thanks for your reply & assistance.
Jimbo213


Debra Dalgleish said:
Instead of grouping, you could add a column to the source data, and
calculate the week's starting date. For example, if the date is in column A:
=A2-WEEKDAY(A2,3)

Add the WeekStart field to the pivot table, instead of the date.
neat trick - if my data spans 2006 and 2007 I can't find a way to only show
2007 weekly values [since using days + years messes up the "7" grouping of
days].

Any ideas?

Thanks for your reply & assistance.
Jimbo213


:

Use days and set them to 7 that will group like 01/01/05 - 01/07/05


--

Regards,

Peo Sjoblom



Hello-

I see you can group pivot tables by month, year, quarter, etc..

What happen to 'by week'?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top