Pivot Table -> Show Value As -> % Of (Cumulative)

AnAppleADay

New Member
Joined
Jun 11, 2018
Messages
9
Trying to find a workaround to show a cumulative '% percent of' (currently using 'show values as'), so running up to 100% by the end of the year, hopefully more if we exceed sales expectations.

I have uploaded an example of the information i am working with as it may help to see the data - I listed 'SALES ESTIMATE' as a week number in my pivot's data source, in order to use the estimate in my 'percent of' column, as i couldn't find another way. I'm not sure if i need to just amend a setting slightly or fully change how i am referring to my estimated sales figure.

Any help on this would be very much appreciated, i am quite new to PTs.

Thank you!

https://onedrive.live.com/embed?cid...D1DAF5E07887!205&authkey=ACqXc1plaZnW72Y&em=2
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Sorry the first paragraph should have read:

Trying to find a workaround to show a cumulative '% percent of' (currently using 'show values as') - based on an estimated number of sales for the year - so running up to 100% by the end of the year, hopefully more if we exceed sales expectations.
 
Upvote 0
I listed 'SALES ESTIMATE' as a week number in my pivot's data source, in order to use the estimate in my 'percent of' column, as i couldn't find another way. I'm not sure if i need to just amend a setting slightly or fully change how i am referring to my estimated sales figure.

Instead, consider a separate table for the estimates then write a vlookup formula as the denominator:


Excel 2010
CDEFGHIJ
1VarietyDispatched Quantity Total TCE% of Estimate
2English Cox6000.001ApplesSALES ESTIMATEEnglish Cox600,000.00
3Orin1,800.000.006ApplesSALES ESTIMATEOrin300,000.00
4English Cox6,000.000.01ApplesSALES ESTIMATEGolden300,000.00
5Orin1,000.000.003333333
6English Cox1,000.000.001666667
7Orin1,000.000.003333333VarietyOrin
8English Cox8,070.000.01345
9Orin1,000.000.003333333Row LabelsSum of Dispatched Quantity Total TCESum of % of Estimate
10Orin8,070.000.0269818000.60%
11English Cox1,000.000.001666667930001.00%
12English Cox2,239.940.0037332331016979.825.66%
13Orin2,264.150.0075471671119507.76.50%
14Orin2,285.670.007618912242208.07%
15Orin1,000.000.003333333Grand Total65507.520.2183584
Sheet1
Cell Formulas
RangeFormula
E2=D2/VLOOKUP(C2,$I$2:$J$4,2,0)


(Power pivot is even better for this, especially with many records)
 
Last edited:
Upvote 0
Instead, consider a separate table for the estimates then write a vlookup formula as the denominator:

Excel 2010
CDEFGHIJ
1VarietyDispatched Quantity Total TCE% of Estimate
2English Cox6000.001ApplesSALES ESTIMATEEnglish Cox600,000.00
3Orin1,800.000.006ApplesSALES ESTIMATEOrin300,000.00
4English Cox6,000.000.01ApplesSALES ESTIMATEGolden 300,000.00
5Orin1,000.000.003333333
6English Cox1,000.000.001666667
7Orin1,000.000.003333333VarietyOrin
8English Cox8,070.000.01345
9Orin1,000.000.003333333Row LabelsSum of Dispatched Quantity Total TCESum of % of Estimate
10Orin8,070.000.0269818000.60%
11English Cox1,000.000.001666667930001.00%
12English Cox2,239.940.0037332331016979.825.66%
13Orin2,264.150.0075471671119507.76.50%
14Orin2,285.670.007618912242208.07%
15Orin1,000.000.003333333Grand Total65507.520.2183584

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet1

Worksheet Formulas
CellFormula
E2=D2/VLOOKUP(C2,$I$2:$J$4,2,0)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>



(Power pivot is even better for this, especially with many records)


Power Pivot looks smart - I'd like a go on that - sadly, my mac does not seem to 'do' Add-ins. Clearly Apple are to up themselves to even consider needing an *eye roll* .. add-in! :P

So the table seem to be a lot less junkie than before - However, i still can't find out to make the % column (Sum of % Estimate) into a % cumulative - Is that possible with the data presented how it is now?

Thank you again!
 
Upvote 0
Show values as running total in Week Number base field:


Excel 2010
GHI
7VarietyOrin
8
9Row LabelsSum of Dispatched Quantity Total TCESum of % of Estimate
10818000.60%
11930001.60%
121016979.827.26%
131119507.713.76%
14122422021.84%
15Grand Total65507.52
Sheet1
 
Upvote 0

Forum statistics

Threads
1,214,520
Messages
6,120,016
Members
448,936
Latest member
almerpogi

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