Pivot Table Grouping based on Count

jmd111

New Member
Joined
Nov 4, 2011
Messages
1
Hello,
I've sorted my data in a pivot table to reflect serial#'s in the row section, counting the number of orders opened against each serial#. I want to group the serial#'s based on total count. I need to find a solution to automatically group this on the pivot table. Excel allows you to group dates based on intervals but thats about it. Right now, I have to copy and paste the data to a new worksheet, then create another pivot table to group them. This method returns the values I need but not very practical since its being used in a refreshable sheet with parameters linked to the data source.

Any help is much appreciated. I have very little experience with VBA.

For Example:

Serial# ---- Count:# of orders opened against each serial.
a : 1
b : 2
c : 1
d : 3
e : 4

Result: (2nd Pivot Table)
Count ---- Serial #'s that falls into each category of count.
1 : 2 (a,c)
2 : 1 (b)
3 : 1 (d)
4 : 1 (e)
 
Last edited:

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.

Forum statistics

Threads
1,203,693
Messages
6,056,760
Members
444,889
Latest member
ibbara

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