How can make a column to be a percentage of another column in pivot table? For example, in the following.
I want set the second column as the following percentages 1/1
, 44/46
, 459/465
etc. For the third column, I want it to appear as the percentages
1/1
. 41/44
and so on.
➤ Right-click on any cell of the Sum of % Change column and then select the Number Format option. Afterward, the Format Cells dialog box will open. ➤ Select Percentage from the list of categories and select your desired value in the Decimal Places value (here, we have chosen 2). ➤ Press OK.
And, when you want a PivotTable to help you see relationships within your data, you can show values in terms of percentage of totals and even percentage of subtotals.
I believe what you want is a calculated field.
From the pivot table "Options" menu for Office 2010 or before or the "Analyze" menu for office 2013 or after, select "Fields, Items and Sets" -> "Calculated Field."
In the Name box, name it whatever you want ("% of SLA Met").
In the Formula Box, you can click on the fields to have them brought up, and it will end up looking something like this:
='Responded SLA Met'/'Ticket Nbr'
That said, you can't really do a "sum / count" -- you can, but it won't do what you want. So, you will probably have to add a column with all 1's in it (call it ticket count) and then use the sum of that as the denominator:
='Responded SLA Met'/'Ticket Count'
In newer Excel menu Analyze -> Fields, Items, & Sets -> Calculated Field...
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With