I have a column I need to sort that uses a alpha-numeric identifier. I've tried creating a special sort sequence but the list is not long enough to contain all the necessary data.
the column contains the followin data
1A1~1Z10 (1A1, 1A2...1Z9, 1Z10)
and continues to
32A1~32Z10
the problem with the sort is that is only looks at the 1st character and sorts 1's, and the 10's, then 2's and 20's. I need it to sort 1...32
Bookmarks