percentage in pivot table

syamsulamri

New Member
Joined
Oct 2, 2014
Messages
9
Hi,
Need help here.

I have a data

yearprojectplanactualperformance
2011A10.5010.50100%
2011B10.5010.3899%
2012A10.5010.4299%
2012B7.006.8398%
2013A10.509.7993%
2013B10.5010.2598%
2014A10.5010.1797%
2014B10.509.5090%

<tbody>
</tbody>

<tbody>
</tbody>


when converting to pivot it will be like this:

year(All)
Values
Row LabelsSum of planSum of actualSum of performance
A42.0040.88389.29%
B38.5036.96384.52%
Grand Total80.5077.83773.81%

<tbody>
</tbody>

perhaps, i want the pivot will be like this:

year(All)
Values
Row LabelsSum of planSum of actualSum of performance
A42.0040.8897.32%
B38.5036.9697.32%
Grand Total80.5077.8397.32%

<tbody>
</tbody>


It looks like sum of performance is total of percentage but i'm looking of
performance=sum of actual/sum of plan.


Appreciate if somebody can help me on this issue.

Thanks
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
Use only four columns (do not use performance) as raw data to build the Pivot Table, i.e.,
year project plan actual

Then insert a calculated field (see http://www.contextures.com/excel-pivot-table-calculated-field.html )
Name: performance
Formula: actual/plan

Format as percent

You get something like this


G
H
I
J
3
year​
(All)​
4
5
Row Labels​
Sum of plan​
Sum of actual​
Sum of Performance​
6
A​
42,00​
40,88​
97,33%​
7
B​
38,50​
36,96​
96,00%​
8
Grand Total​
80,50​
77,84​
96,70%​


Hope this helps

M.
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,751
Members
448,989
Latest member
mariah3

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