Summaries inside a pivot table

runeyjam

Board Regular
Joined
Feb 10, 2003
Messages
75
I have a pivot table with an entire year's data. Each month represents a different period (1-12), and they make up the column fields of my pt. The row fields are made up of accounts, and then I summarize all the data.

I would like to know if there is a way to summarize each quarter of data and display this information within the pivot table, as apposed to just summarizing the entire year's worth of data? I would like to get quarter and half year summaries.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
I assume that your Months are not Excel datevalues, but integers instead. Have you considered adding an additional column to your data that transforms months to quarters...

="Q"&MATCH(ref,{1,4,7,10})
="H"&IF(ref<7,1,2)
 
Upvote 0

Forum statistics

Threads
1,216,076
Messages
6,128,670
Members
449,463
Latest member
Jojomen56

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top