Pivot Table, Display Subtotals but not values

Greg Stough

New Member
Joined
May 26, 2017
Messages
17
Office Version
  1. 365
Platform
  1. Windows
Hello, and thank you for reading this post. I'm creating an org chart outline to account for employees during an emergency. The goal is to associate each supervisor (Reports To) with subordinate staff(Name) that reports directly to that supervisor. From this table check lists will be created to insure everyone is accounted for.

The pivot table structure is simple, but I'm unable to display the subtotal of how many employees report to each supervisor, without also displaying a "1" in the subtotal column after each employees name. I want this to be simple and uncluttered, and the 1 are unneeded. I've tried a bunch of different setting combinations, but are unable to create what I want. My question is this...How do I display subtotals without displaying the value (each value is 1). Below is an example.

Pivot table fields are is set as follows
  • Rows - "Reports To", then "Name"
  • Count - Name


What I currently have is...
Reports ToNameCount
John Smith3
Susie Jones1
Bob Johnson1
Fred King1
Alice Brown4
Tina Turner1
Jill Hoffman1
Terry May1
Anthony McGee1

<tbody>
</tbody>


What I want is....
Reports ToNameCount
John Smith3
Susie Jones
Bob Johnson
Fred King
Alice Brown4
Tina Turner
Jill Hoffman
Terry May
Anthony McGee

<tbody>
</tbody>


Any help you can provide is greatly appreciated.

Thanks!
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
on your pivot table field list, click your count value and select value field settings, then go to number field settings in the bottom left. select custom number format and enter
Code:
[>1]General;;;
hope that worked
 
Upvote 0
Thank you very much for your suggestion. That worked nicely, and as suggested. I had thought about conditional formatting, but decided against it because there are several Supervisors with a single person reporting to them. So those the subtotal for those supervisors is not displayed. It's not a huge huge issue, since they only have one person reporting to them, but not ideal. If I'm unable to come up with a better solution I'll use your idea. Thanks!
 
Upvote 0
oh right sorry i hadn't thought of that.

maybe something using the pivot table style? when you have your pivot table selected, on the design tab select your style and rightclick duplicate it so you can modify it. in the modify style window select whole table and change the font colour to white so they appear invisible. then select first column and make the font black, then click ok. i'm really bad with table elements so the column with your names may not be the first
 
Upvote 0
No problem. I forgot to mention that some Reports To has only one direct report. I can use conditional formatting, but was hoping there was a setting I could change instead. Perhaps not. The formula I use is
1. Select all cells of the Total column.
2. Conditional Formatting>New Rule
3. Apply Rule to [cells I selected above]
4. Select Rule type - "Use a formula to determine which cells to format"
5. In the formula field (Format values where this formula is true) I entered "=ISBLANK(C5)", which is the first Reports To cell
6. Then I set the font color to match the background, and apply the formula
7. The 1 beside each name cell then disappear

The table design is "outline form" with "subtotals at the top of the group". The Reports To (col C) is listed at the top of the group, with all direct reports starting one row down in the column to the right (col D). Since the Reports To cells (col C) to the left of the Names (col D) are blank, the formula resolves to TRUE, which changes the font color, and the 1 in the Total column disappear. As soon as the next supervisor name is listed in the Reports To column, that row is no longer blank so the total number in that row displays normally. But as the conditional formatting formula is applied to the following row it's empty and the formula is once again true. That works well enough, but it's not quite as easy as changing a setting or something.

If I can figure out a combination of settings I'll use those, if not I'll use conditional formatting. Hopefully that remains in place as the source data is replaced regularly with updated data.

Thanks again for your help.
 
Upvote 0

Forum statistics

Threads
1,214,644
Messages
6,120,709
Members
448,983
Latest member
Joaquim_Baptista

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