Sorting List of Numbers
I am trying to sort account numbers that look something like this (but in a
column, not a row):
18,19,20,30,100,102,105,110,111
To look like this
100,101,102,105,110,111,18,19,20,30
Basically based on the first digit, then second digit, etc instead of
numerically.
Any ideas would be greatly appreciated!
|