I created a pivot table showing a individual, and hours by labor code. So for instance:
Person Labor Type Hours
Abby 01 5
Abby 02 10
Ben 01 6
Ben 04 12
I want a column to show the % of the individual's time for each labor code. SO per the example above I woud have a column showing:
Abby 01 5 33%
Abby 02 10 67%
How can I do this?
Person Labor Type Hours
Abby 01 5
Abby 02 10
Ben 01 6
Ben 04 12
I want a column to show the % of the individual's time for each labor code. SO per the example above I woud have a column showing:
Abby 01 5 33%
Abby 02 10 67%
How can I do this?