P0lar
Member
I have been handed an excel sheet to fix which includes a pivot table:
Location Time spent Time paid
--Site A 1000 2000
----Lunch 100 150
----Break 200 150
----Work 700 1700
--Site B
----etc.
I need to add in a column which calculates time spent / site total time paid, for example Lunch in the above would be 100 / 2000, Break would be 200 / 2000 etc. The number of sites and the work types in each can vary and changes if the table data is refreshed. I've used "show values as..." but this only seems to get me a percentage of the parent total in the same field. Ideally I'd like to avoid VB if possible.
Location Time spent Time paid
--Site A 1000 2000
----Lunch 100 150
----Break 200 150
----Work 700 1700
--Site B
----etc.
I need to add in a column which calculates time spent / site total time paid, for example Lunch in the above would be 100 / 2000, Break would be 200 / 2000 etc. The number of sites and the work types in each can vary and changes if the table data is refreshed. I've used "show values as..." but this only seems to get me a percentage of the parent total in the same field. Ideally I'd like to avoid VB if possible.