A
Alon Gotesman
I posted this question at mrexcel.com but got no responses. Hopefully
someone here can point me in the right direction!
So here is what some data in my Pivot Table looks like:
Code:
AGENT JUNE JULY
Jeff 10 8
Mark 5 12
Drew 15 4
I wanted my data to be displayed as a percentage of the column, so I
change the Pivot Table field setting (by going to 'Field Settings ->
Options -> Show data as: % of Column' and have something like:
Code:
AGENT JUNE JULY
Jeff .33 .33
Mark .16 .50
Drew .50 .16
Now suppose that I want a new column that divides June by July. What
I'm getting is that Excel is dividing the original values, not the
percentages that are actually displayed. So instead of Jeff having a
ratio of 1 (.33/.33), he has 1.25 (10/8). Here is what I'd *like* it to
look like:
Code:
AGENT JUNE JULY RATIO
Jeff .33 .33 1.0
Mark .16 .50 .32
Drew .50 .16 3.1
Is there a way to get the calculated field to use the values displayed
in the Pivot Table?
Thanks!
someone here can point me in the right direction!
So here is what some data in my Pivot Table looks like:
Code:
AGENT JUNE JULY
Jeff 10 8
Mark 5 12
Drew 15 4
I wanted my data to be displayed as a percentage of the column, so I
change the Pivot Table field setting (by going to 'Field Settings ->
Options -> Show data as: % of Column' and have something like:
Code:
AGENT JUNE JULY
Jeff .33 .33
Mark .16 .50
Drew .50 .16
Now suppose that I want a new column that divides June by July. What
I'm getting is that Excel is dividing the original values, not the
percentages that are actually displayed. So instead of Jeff having a
ratio of 1 (.33/.33), he has 1.25 (10/8). Here is what I'd *like* it to
look like:
Code:
AGENT JUNE JULY RATIO
Jeff .33 .33 1.0
Mark .16 .50 .32
Drew .50 .16 3.1
Is there a way to get the calculated field to use the values displayed
in the Pivot Table?
Thanks!