Excel 2016 trying to replicate Bubtotal Outline with Top Label / Bottom Sum - and details from nect row

Tesla

New Member
Joined
Jun 11, 2014
Messages
25
Column A is sorted by a group of items
Column B has serial numbers in the group

Desired
NameOfGroup item
serial 1
serial 2
serial 3
Sum of Name of Group subtotal ColG Subtotal ColH

Note how ColumnB items fall under the title per group reducing the need to view Column B
Nice and compact.

Can this be done without a script?
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
Create a pivot table.
You may choose to add a slicer as well with the name of the group as a target thus allowing you to dynamically change the pivot scope.
 
Upvote 0
Customer wants in in a GroupBy format with a lot of customized formatting.
Perhaps the GroupBy with a set of VBA will do the trick.
The plan is to put this code into MSAccess, read SQLServer data and output the Excel with remote automation.
Around 200 custom tabs that will run as a batch job early mornings.
Will search now for how to take specific groupby results and add formatting.
Thanks for the feedback, the Pivot might be a good solution for others.
 
Upvote 0

Forum statistics

Threads
1,214,652
Messages
6,120,746
Members
448,989
Latest member
mariah3

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