Pivot table cumulative row sum percentage

zuriqi

Board Regular
Joined
Dec 8, 2008
Messages
79
Hi

Is it possible to use pivot table to show the cumulative row sum percentage (not % running total) ? sample is shown below


Count of Date
Column Labels
Row Labels
Pass
Failed
Grand Total
Jan
14
17
31
Feb
17
11
28
Mar
17
14
31
Apr
14
16
30
May
12
19
31
Jun
16
14
30
Jul
11
20
31
Aug
11
20
31
Sep
16
14
30
Oct
11
20
31
Nov
16
14
30
Dec
19
12
31

<tbody>
</tbody>


I want pivot table to show the cumulative row sum & cumulative row sum percentage as shown below

cumulative row sum​
cumulative row sum percentage​
14​
45%​
31​
53%​
48​
53%​
62​
52%​
74​
49%​
90​
50%​
101​
48%​
112​
46%​
128​
47%​
139​
46%​
155​
46%​
174​
48%​

<tbody>
</tbody>


<tbody>
</tbody>
Thanks
 

Excel Facts

Difference between two dates
Secret function! Use =DATEDIF(A2,B2,"Y")&" years"&=DATEDIF(A2,B2,"YM")&" months"&=DATEDIF(A2,B2,"MD")&" days"
To make is more clear:

The "
cumulative row sum" in the 2nd table is the cumulative sum of "Pass" column in 1st table.
The "cumulative row sum percentage" column in 2nd table is the ration of cumulative "Pass" to cumulative Total. where total is sum of "Pass" and Failed".​
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,561
Messages
6,120,231
Members
448,951
Latest member
jennlynn

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