Greg Stough
New Member
- Joined
- May 26, 2017
- Messages
- 17
- Office Version
- 365
- Platform
- 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
What I currently have is...
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Reports To[/TD]
[TD]Name[/TD]
[TD]Count[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD][/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Susie Jones[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Bob Johnson[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Fred King[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Alice Brown[/TD]
[TD][/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Tina Turner[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jill Hoffman[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Terry May[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Anthony McGee[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
What I want is....
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Reports To[/TD]
[TD]Name[/TD]
[TD]Count[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD][/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Susie Jones[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Bob Johnson[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Fred King[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Alice Brown[/TD]
[TD][/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Tina Turner[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jill Hoffman[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Terry May[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Anthony McGee[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any help you can provide is greatly appreciated.
Thanks!
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...
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Reports To[/TD]
[TD]Name[/TD]
[TD]Count[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD][/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Susie Jones[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Bob Johnson[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Fred King[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]Alice Brown[/TD]
[TD][/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Tina Turner[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jill Hoffman[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Terry May[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Anthony McGee[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
What I want is....
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Reports To[/TD]
[TD]Name[/TD]
[TD]Count[/TD]
[/TR]
[TR]
[TD]John Smith[/TD]
[TD][/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Susie Jones[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Bob Johnson[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Fred King[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Alice Brown[/TD]
[TD][/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Tina Turner[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Jill Hoffman[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Terry May[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD]Anthony McGee[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Any help you can provide is greatly appreciated.
Thanks!