Auto sort rows based on value in column G (range of rows is A:K)

ElleD

New Member
Joined
Nov 14, 2017
Messages
2
I'm wondering how to set up an excel sheet so that its rows automatically sort based on the value entered in column G (ascending order; the values will be 0, 1, 2, or 3). The rows extend from column A to column K, and I have about 150 rows in total, but more will be added over time. Thanks!
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
Do you mean filter or are you looking for a custom sort?

On the Home tab → Sort & Filter: Custom Sort... → Order column combobox: Custom List...

If you're looking to sort horizontally within a row, you may need to resort to VBA for a solution.
 
Upvote 0
Thanks for the response! I ended up figuring it out. I wanted it to autosort as I input values over time, so I used a VBA (I was just initially uncertain about the coding when the column to be sorted by was in the middle of a range).
 
Upvote 0

Forum statistics

Threads
1,216,045
Messages
6,128,486
Members
449,455
Latest member
jesski

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