Sort Pivot Table Rows in "Big Ticket" order (desc by Absolute Value)

TheLastLion

New Member
Joined
Jul 28, 2009
Messages
6
I want to sort a pivot table by row to show the "big ticket" figures at the top, ie. descending by absolute value of the Grand Total of the rows.
I don't want absolute values for the individual figures; I want it for the totals.

The default is by product. Not helpful if you're looking at dollar figures.
1643760695203.png


Sorting by Grand Total is a bit better, but I want to focus on C and D, yet they're on the opposite ends of the table.
1643760771506.png


I want them ordered this way:
1643760864034.png


This is a trivial example: I'm working with a data set of 180,000 rows, so a calculation within the dataset would take 5-10 minutes to recalculate.

Any ideas how this might be done?

Many thanks in advance.

-Mike.
 

Attachments

  • 1643759411335.png
    1643759411335.png
    9.9 KB · Views: 15
  • 1643759521151.png
    1643759521151.png
    9.8 KB · Views: 17
  • 1643760537941.png
    1643760537941.png
    9.5 KB · Views: 23
  • 1643760822390.png
    1643760822390.png
    9.1 KB · Views: 23

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
What about PowerPivot? A DAX formula in a new column there for abs value will feed into the PivotTable, and you should be able to sort on that.
 
Upvote 0

Forum statistics

Threads
1,224,891
Messages
6,181,614
Members
453,057
Latest member
LE102024

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