Pivot Table sorting with Multiple Columns of Numbers

DMPMO

New Member
Joined
Mar 15, 2016
Messages
21
I have been trying to find a way to sort my PV table by the number of Accounts each sales person has sold from Largest to smallest. The problem I have been running into is there is more then one column with numbers. The territory for example is also labeled by number. Example territory 1-50, Is there way to sort the list so it will show the sales person with the most number of accounts regardless of their location but still show their location?


I am aware I could take the data out of the PV table and have excel sort the list. However it is the PV table that is summing up the number of accounts and I would like to be able to use the existing table. This will help in the future if I add data or just need to refresh the table.


thank you to everyone who can help.
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
Hi, Maybe something along adding one Calculated Field that would sum your Columns Data then sort this newly created field instead.
 
Upvote 0
Read this link.
[h=3]To add a calculated field:[/h]
  1. Select a cell in the pivot table, and on the Excel Ribbon, under the PivotTable Tools tab, click the Options tab (Analyze tab in Excel 2013).
  2. In the Calculations group, click Fields, Items, & Sets, and then click Calculated Field.
    pivotcalculatedfield01.png

  3. Type a name for the calculated field, for example, RepBonus.
  4. In the Formula box, type =Total * 3%
  5. Click Add to save the calculated field, and click Close.
    calculatedfieldsimple03.png

  6. The RepBonus field appears in the Values area of the pivot table, and in the field list in the PivotTable Field List.
calculatedfieldsimple04.png
 
Upvote 0

Forum statistics

Threads
1,214,644
Messages
6,120,709
Members
448,983
Latest member
Joaquim_Baptista

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