How to make Pivot Table field count show as negative?

ChrisSoNH

New Member
Joined
Jul 28, 2017
Messages
4
Hello and thank you for reading my question.
I’m building a pivot table to tabulate the employee count of my company as of a certain date. I’m simply counting the total number of employees labeled as Current, New Hire, Re-hire, and Terminated. In order to arrive at the correct number of employees, the Terminated employees must reflect as negative. Is there a way to change the pivot table result so those Terminations subtracts from the total number of employees?

Sincerely,

Chris
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
If you can add a new column to the source data, I'd use a formula that returns 1 for Current, New Hire, and Re-hire, and -1 for Terminated. Then use a Sum on that field.
 
Upvote 0
If you can add a new column to the source data, I'd use a formula that returns 1 for Current, New Hire, and Re-hire, and -1 for Terminated. Then use a Sum on that field.

Am I looking at this correct, should the Terminated = zero (0)? to get the proper count?
 
Upvote 0
Not based on the original description, no. I agree it would be more logical to me.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,874
Messages
6,127,473
Members
449,384
Latest member
purevega

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