Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I want to change the quarters when I do pivot table grouping by dates.
Is this possible? thanks! Jugglertwo |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You don't like the cutoffs that MS uses?
If that's the question, then I add an extra field to raw data that returns the quarter (and year). Then use that in my pivottable. I like this format: FY2010Q01 or 2010-01 so that I can sort in nice ascending/descending order. If the quarters start on the first of a month, then I use this formula to show the fiscal year and quarter: ="FY"&YEAR(A1)-(MONTH(A1)<#)&"-Q"&INT(1+MOD(MONTH(A1)-#,12)/3) Where # represents the first month of the fiscal year. So if the fiscal year starts on July 1st, then I'd use: ="FY"&YEAR(A1)-(MONTH(A1)<7)&"-Q"&INT(1+MOD(MONTH(A1)-7,12)/3) Jugglertwo wrote: I want to change the quarters when I do pivot table grouping by dates. Is this possible? thanks! Jugglertwo -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Grouping dates in pivot table by quarters | Excel Discussion (Misc queries) | |||
Change Quarters in Pivot Tables when grouping dates | Excel Discussion (Misc queries) | |||
Pivot table grouping | Excel Worksheet Functions | |||
Pivot Table or Grouping Help | Excel Discussion (Misc queries) | |||
Pivot Table Grouping by Quarters | Excel Discussion (Misc queries) |