Sorting

knaimi

New Member
Joined
Jun 23, 2013
Messages
47
I have an excel file that has information about all the students in our school. I always sort the list by Last name, first name, and then by student ID. We usually have new enrollment every week which I add the the bottom of the list and then sort it out. Usually I click on sort, I will have the same format (Last, first, ID) ready and all I have to do is click on OK. Sometime, this is not available so I will have to pick up the three sorting criteria.

My question is ,for that specific file, can I save the sorting criteria to the one I always use when I click on sort?

Thank you,

knaimi
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
I would suggest looking at the Macro Recorder to "record" your action into a VBA script. You can then "replay" the script any time you want by using some keyboard shortcuts, or running it from the menu. So essentially, you would start the recording, select the range to sort, perform the sort, and then stop recording.
 
Upvote 0
Solution

Forum statistics

Threads
1,214,965
Messages
6,122,496
Members
449,089
Latest member
Raviguru

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