macinjosh1
New Member
- Joined
- Nov 19, 2010
- Messages
- 24
I've got a list of warehouse locations that are a mixed alphanumeric string. For example
A1A1
A1A2
A1A10
A10AA1
So there's always 4 parts, letter, number, letter, number. How can I get this list so that it sorts in order? The letters would be A-Z then AA-ZZ, and the numbers 1 to whatever.
Thanks.
A1A1
A1A2
A1A10
A10AA1
So there's always 4 parts, letter, number, letter, number. How can I get this list so that it sorts in order? The letters would be A-Z then AA-ZZ, and the numbers 1 to whatever.
Thanks.