I have a pivot table that resembles:
Calls Targets
January 100 25
February 50 10
March 25 5
etc
I need to calculate a ratio from this pivot table which I can do in the cell adjacent to the Targets value and copy down all rows. The formula is basically (Targets/Call)*100 to get the percentage penetration.
Calls Targets Penetration
January 100 25 25%
February 50 10 20%
March 25 5 20%
etc
Now I'd like to get that percentage into the linked PivotChart. Any suggestion on how to accomplish this would be greatly appreciated.
Window XP SP2
Excel 2007
Data Import via a SQL data connector.
Calls Targets
January 100 25
February 50 10
March 25 5
etc
I need to calculate a ratio from this pivot table which I can do in the cell adjacent to the Targets value and copy down all rows. The formula is basically (Targets/Call)*100 to get the percentage penetration.
Calls Targets Penetration
January 100 25 25%
February 50 10 20%
March 25 5 20%
etc
Now I'd like to get that percentage into the linked PivotChart. Any suggestion on how to accomplish this would be greatly appreciated.
Window XP SP2
Excel 2007
Data Import via a SQL data connector.