I have a four digit number that I would like to sort by the last two numbers - which I can do through a string - but after I sort by the last two I would like to sort by the first two
so they will be grouped by the last two but in ascending order by the first two - Make sense?
i.e.
1201
1301
1801
Any help would be appreciated!!!
so they will be grouped by the last two but in ascending order by the first two - Make sense?
i.e.
1201
1301
1801
Any help would be appreciated!!!