Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Ho w to show value as % of total row

Hi,

I would like to add in a pivot table the share % of total value of row (partial sums)

I am using personal edition.

This is my data, I want to show 152,528/224,576 in a new column.

 

TerritoryAgeing1) 0 to 3 Months2) 4 to 6 Months3) 7 to 9 Months4) 10 to 12 Months5) 13 to 18 Months6) 19 to 24 Months7) Above 24 MonthsTotal
A

152,528

47,6448,0267,1507,8261,118284224,576
B 252,24972,26715,77627,17035,9249,8684,040417,294
C 330,92793,15816,03438,90724,2816,9654,636514,907
D 255,49098,02410,68911,67620,9993,8472,431403,156
E 55,73619,5742,9864,7398,6681,4561,05694,215
F 202,561113,1606,0036,54713,8472,6241,587346,328
G 300,57341,1261,11812,35216,5562,4241,618375,767
H 578,569140,79622,03756,99045,22112,6287,328863,569
I 1,284,712274,89394,99976,610100,0078,8924,9681,845,080
Total 3,413,343900,643177,669242,141273,32949,82027,9475,084,891

I know it can be done as sum(stock)/sum(total stock). But my problem is that my stock field is very complicated:

=sum(SOH_Quantities)+sum([In Transit Quantity])-sum([DMG Quantity])-sum([Pending COD Quantity Cumulative])

Thanks,

Lea

1 Solution

Accepted Solutions
sunny_talwar

May be this

=(Sum(SOH_Quantities)+Sum([In Transit Quantity])-Sum([DMG Quantity])-Sum([Pending COD Quantity Cumulative]))/(Sum(TOTAL <Territory> SOH_Quantities)+Sum(TOTAL <Territory>[In Transit Quantity])-Sum(TOTAL <Territory>[DMG Quantity])-Sum(TOTAL <Territory> [Pending COD Quantity Cumulative]))

View solution in original post

1 Reply
sunny_talwar

May be this

=(Sum(SOH_Quantities)+Sum([In Transit Quantity])-Sum([DMG Quantity])-Sum([Pending COD Quantity Cumulative]))/(Sum(TOTAL <Territory> SOH_Quantities)+Sum(TOTAL <Territory>[In Transit Quantity])-Sum(TOTAL <Territory>[DMG Quantity])-Sum(TOTAL <Territory> [Pending COD Quantity Cumulative]))