Pivot: Show subtotals but not details

coxweli

New Member
Joined
Nov 4, 2012
Messages
5
Hi,

I have searched for a solution for this issue, but haven't found i anywhere yet. I have a list looking like this:
Department1Employee1500
Department1Employee2400
Department1Employee3650
Department2Employee4250
Department2Employee5275
Department3Employee6350
Department3Employee7375

<tbody>
</tbody>

I need a pivot that will show me subtotals, but not on employee level:
Department11550
Employee1
Employee2
Employee3

<tbody>
</tbody>
Department2525
Employee4
Employee5

<tbody>
</tbody>
Department3725
Employee6
Employee7

<tbody>
</tbody>

<tbody>
</tbody>

Hope you can help

Thank you

Bjarne
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Can't you just remove the employees field from the pivot table?

No, sorry for not mentioning that... I need the pivot to show the employees in each department.
At the moment I am creating a separate table with the employee list, but I hope that I can include it in one table.
 
Upvote 0
I don't think it is really possible. You can however use conditional formatting to make that text "invisible" by formatting the text for those lines to match the background colors.
 
Upvote 0

Forum statistics

Threads
1,214,950
Messages
6,122,436
Members
449,083
Latest member
Ava19

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