I'm on Excel 2007 and want to insert a calculation into a pivot table. I have been running the calculation in a field outside of the pivot table, but I really need it to be a part of the table so I can sort by the calculated field.
Anyway, I'm working with customer service survey returns which are imported from our survey vendor's website into an excel spreadsheet. My pivot table contains the following column headers in this order:
A= EmpID
B= Completely Satisfied
C= Satisfied
D= Neither Satisfied nor Dissatisfied
E= Dissatisfied
F= Completely Dissatisfied
G= Total
The Rows contain the employee IDs of those who have received surveys and the values are a count of each time the employee receives a survey return under the appropriate column heading. The total is a count of the total survey returns for that employee. So it looks something like this:
|A| |B|C|D|E|F|G|
BJones;|4|2|1|0|1|8|
*To consolidate space I used the column letters rather than the full column names. See above for actual Column Names*
What I want to add is a column H which calculates the percentage of each employees total returns that are "Completely Satisfied".
So... I want to divide column A by the Grand Total for each employee in Column G. So in the example, BJones has a Completely Satisfied rate of 50% (4/8).
Any ideas?
Anyway, I'm working with customer service survey returns which are imported from our survey vendor's website into an excel spreadsheet. My pivot table contains the following column headers in this order:
A= EmpID
B= Completely Satisfied
C= Satisfied
D= Neither Satisfied nor Dissatisfied
E= Dissatisfied
F= Completely Dissatisfied
G= Total
The Rows contain the employee IDs of those who have received surveys and the values are a count of each time the employee receives a survey return under the appropriate column heading. The total is a count of the total survey returns for that employee. So it looks something like this:
|A| |B|C|D|E|F|G|
BJones;|4|2|1|0|1|8|
*To consolidate space I used the column letters rather than the full column names. See above for actual Column Names*
What I want to add is a column H which calculates the percentage of each employees total returns that are "Completely Satisfied".
So... I want to divide column A by the Grand Total for each employee in Column G. So in the example, BJones has a Completely Satisfied rate of 50% (4/8).
Any ideas?