Pivot Table - Calculated Field to show percentage of adjacent values

jxsavage

New Member
Joined
Jul 19, 2013
Messages
13
Greetings,

I'm working on a table in which I need to calculate the percentage of one summed field compared to it's adjacent field. For example, if I have two columns and the first row shows values 3 for column A and 1 for Column B, then column B should really show 33.33% Below is a more detailed example of my table showing what I can produce and what I really need.

Thanks in advance!

P1 - CriticalP2 - HighP3 - MediumP4 - LowTotal IncidentsTotal Met SLA
Row LabelsIncidentsMet SLAIncidentsMet SLAIncidentsMet SLAIncidentsMet SLA
App 100100010101110
App 200001210211411
App 30000001111
App 40000443377
App 500008813122120
App 600203318182321
P1 - CriticalP2 - HighP3 - MediumP4 - LowTotal IncidentsTotal Met SLA
Row LabelsIncidentsMet SLAIncidentsMet SLAIncidentsMet SLAIncidentsMet SLA
App 100%10%00%10100%1191%
App 200%00%1283%250%1479%
App 300%00%00%1100%1100%
App 400%00%4100%3100%7100%
App 500%00%8100%1392%2195%
App 600%20%3100%18100%2391%

<tbody>
</tbody>
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Hi,
Would that be acceptable?
Data
P1 - CriticalP2 - HighP3 - MediumP4 - LowTotal # of IncidentsTotal Met_SLA
App# of Incidents Met_SLA# of Incidents Met_SLA# of Incidents Met_SLA# of Incidents Met_SLA
App 100.00%10.00%00.00%10100.00%1190.91%
App 200.00%00.00%1283.33%250.00%1478.57%
App 300.00%00.00%00.00%1100.00%1100.00%
App 400.00%00.00%4100.00%3100.00%7100.00%
App 500.00%00.00%8100.00%1392.31%2195.24%
App 600.00%20.00%3100.00%18100.00%2391.30%
Grand Total00.00%30.00%2792.59%4795.74%7790.91%

<colgroup><col><col><col><col><col><col><col><col><col><col><col></colgroup><tbody>
</tbody>



calculated field "Met_SLA" is ='Met SLA' /Incidents
Option pivot 'error values as' let blank, or you could set a (0) zero to reflect 0% as shown above...


Would that work for you?
 
Upvote 0

Forum statistics

Threads
1,221,527
Messages
6,160,342
Members
451,638
Latest member
MyFlower

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