Pivot Table % with a difference

DaveBlakeMAAT

Board Regular
Joined
Feb 28, 2016
Messages
190
Hello

I have a question regarding pivot table percentages

I have PivotTables similar to the below

QTY. %
row1. 15. 15.00%
row2. 10. 10.00%
row3. 75. 75.00%

The percentages are set as percentages of grand total, I would like to be able to add to each row the percentage remainder (not a running percentage), in essence I require an additional column to show =1-RowPercentage.

Row1 would show 85%, Row2 would show 90% & Row3 would show 25%.

I realise I could add this calculation outside of the PT however the number of rows within the PT will change!
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
add a calculated field......100%-fieldname

fieldname is the column starting 15.00%

easy to do outside the pivot - just use =if(or(D2 = "fieldname,d2="",D2="Grand Total"),"",100%-D2)
 
Upvote 0

Forum statistics

Threads
1,214,815
Messages
6,121,715
Members
449,049
Latest member
THMarana

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