Forum Discussion
Chris Sanders
May 24, 2018Copper Contributor
Performing calculations on Pivot Table data
Hi, I am using pivot tables to look at data from a large set and I want to sum the largest 5 values in a pivot table column and calculate it's % of the total of that column. If the range was sta...
- May 29, 2018You could define a dynamic range over the pivottable and use the dynamic range as the argument for the LARGE function. Alternatively, why not define a second pivottable tied to the same slicer which shows top 5?
JKPieterse
May 29, 2018Silver Contributor
You could define a dynamic range over the pivottable and use the dynamic range as the argument for the LARGE function. Alternatively, why not define a second pivottable tied to the same slicer which shows top 5?