how do i calculate cumulative percentages in Pivot table reports

B

Bala

I want to calculate cumulative percentages for a calculated field item. Can
someone help me.
 
J

Joel

You would use =SUM(A1:A10)

the percenate is stored as a number 1% = .01

Adding the percentages will give the total percentages. You may need to
format the cell with the sum formula so it also will be in percentage.
 
Top