Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello:
I have a pivot table which is sort by week number 1-52. How can I show the order as 26-52 and then 1-25. Thanks in advance! |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You could calculate the week number to include a prefix, e.g.:
=IF(WEEKNUM(A2)=26,"A-","B-")&TEXT(WEEKNUM(A2),"00") and the weeks would sort as you want them. Vincdc wrote: Hello: I have a pivot table which is sort by week number 1-52. How can I show the order as 26-52 and then 1-25. Thanks in advance! -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for you answer! But I do not have the Analysis ToolPak add-in on my
computer; so I had to sort the order manually. "Debra Dalgleish" wrote: You could calculate the week number to include a prefix, e.g.: =IF(WEEKNUM(A2)=26,"A-","B-")&TEXT(WEEKNUM(A2),"00") and the weeks would sort as you want them. Vincdc wrote: Hello: I have a pivot table which is sort by week number 1-52. How can I show the order as 26-52 and then 1-25. Thanks in advance! -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
pivot table sort entries that don't yet appear in table | Excel Discussion (Misc queries) | |||
How to get pivot table Time field to appear correctly | Excel Worksheet Functions | |||
Order Data in Pivot Table Non ascending or Decending | Excel Discussion (Misc queries) | |||
pivot table dates are out of order how do I correct them | Excel Worksheet Functions | |||
pivot table in data source order | Excel Discussion (Misc queries) |