Pivot Percentage Help

jamesfbeard123

New Member
Joined
Sep 30, 2016
Messages
11
Hi all,

I have a pivot table question.

I have two columns of data. One is Contacted column with the sum of the number of people contacted listed according to the row label. Column two is a list of responses. I need a third column which will tell me the pecentage of responses.

e.g.

sum of Contactedsum of Responses% (example)
James10550%
Harry601017%

<tbody>
</tbody>
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
Insert a calculated field. Select a cell in the pivot table, and on the Excel Ribbon, under the PivotTable Tools tab, click the Options tab. In the Calculations group, click Fields, Items, & Sets, and then click Calculated Field. Type a name for the field % of responses for example. Then insert the relevant fields into the formula bar
The formula = Sum of Responses/Sum of Contacted Then format the column as %
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,484
Members
448,967
Latest member
visheshkotha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top