Knaledge
Knaledge

Reputation: 43

Excel: Pivot Table - Percentage of one value from another

My pivot table has 3 columns:

My DATA sheet has 2 sets of data:

On the pivot table, how do I display a column that effectively displays "X is Y % of Z" (assigned/case as percent)?

Example: https://i.sstatic.net/6M16Z.jpg

In the linked image, Case (Z) is '10' and Assigned (X) is '3'. A third column should display "30%" (Y).

I've tried Calculated Field and even reduced "Assigned" to a 1 or 0 on the DATA sheet (as a pseudo "True" or "False", and then using that data in the Pivot Table) - all to no avail.

Please help! I'd really appreciate it.

Upvotes: 4

Views: 16446

Answers (1)

CRUTER
CRUTER

Reputation: 866

Looks like you cannot use count() in the calculated fields. I would try to manipulate the source data so that you are summing numbers and not counting 'names'. Then, create a calculated field as shown below:

enter image description here

Upvotes: 4

Related Questions