简体   繁体   中英

How to divide a Grand total of a pivot table by a fixed number?

I have a several slicers attached to a pivot table. I need to divide the grand total of this Pivot table (regardless of what slicers are chosen) to a number - which doesn't change to find a percentage.

Id imagine this to be pretty simple but am having a complete mind blank :(

I have tried Sumifs, and Ifs statements

If you want the grand total to ignore any slicer settings, you could

  • create a separate pivot table that only calculates the grand totals and is not connected to the slicers
  • use formulas to create the grand totals based on the pivot source data, not the pivot table.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM