Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default Change quarters in Pivot table when grouping

I want to change the quarters when I do pivot table grouping by dates.
Is this possible?
thanks!
Jugglertwo
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Change quarters in Pivot table when grouping

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Grouping dates in pivot table by quarters Nadine Excel Discussion (Misc queries) 4 February 11th 08 09:11 AM
Change Quarters in Pivot Tables when grouping dates Jugglertwo Excel Discussion (Misc queries) 1 June 20th 07 08:20 PM
Pivot table grouping Susan_GW Excel Worksheet Functions 6 September 18th 06 08:52 AM
Pivot Table or Grouping Help wnfisba Excel Discussion (Misc queries) 0 April 20th 06 05:22 PM
Pivot Table Grouping by Quarters Gary Brown Excel Discussion (Misc queries) 3 March 29th 06 05:49 AM


All times are GMT +1. The time now is 06:48 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"