Easy Way To Sort Each Of Multiples Cell Blocks

EdAROC

New Member
Joined
Apr 28, 2010
Messages
26
Access 2007

I run an office football pool and one of the worksheets contains Division Standings. (Yeah, I just posted another question). There are 8 divisions, 8 players in each division, and the columns in each section are: Player, Wins, Losses, Ties, Pct, PF (points for), and PA (points against).

Each division has to be sorted on:
1. Pct (Largest to Smallest)
2. PF (Largest to Smallest)
3. PA (Smallest to Largest)

This requires me to select each division, open the sort dialog box, add 2 more levels, select Pct, PF, and PA in each of the levels, then select the appropriate Order.

Does anyone have a suggestion as to a solution so I don't spend 5-10 minutes going through the steps?
I would prefer to NOT use macros, because of the security issues that go along with enabling macros.
I do know VBA, so, if that's a solution I could create some code. I have used VBA in Access, not Excel, but have exported from Access to Excel, using VBA to format the cells, so I can perform Selects, but haven't performed Sorts in VBA.
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN

Forum statistics

Threads
1,226,222
Messages
6,189,706
Members
453,566
Latest member
ariestattle

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