B
beefycj5
I'm trying to sort combinations of letters and numbers in a "real world
order. I cannot efficiently use helper columns to extract the letter
into one column and the numbers into another, because I've got 20,00
records, some with one letter, some with two letters, some with 3
etc.
Example:
Excel sort:
AS1
AS100
AS2
ATS1
ATS100
ATS2
Real world sort:
AS1
AS2
AS100
ATS1
ATS2
ATS100
Keep in mind that I've got 20,000 records with letter amounts tha
vary. I can't figure out a way to use helper columns efficiently
because Excel won't sort the column by the number of letters.
Thanks for the help
order. I cannot efficiently use helper columns to extract the letter
into one column and the numbers into another, because I've got 20,00
records, some with one letter, some with two letters, some with 3
etc.
Example:
Excel sort:
AS1
AS100
AS2
ATS1
ATS100
ATS2
Real world sort:
AS1
AS2
AS100
ATS1
ATS2
ATS100
Keep in mind that I've got 20,000 records with letter amounts tha
vary. I can't figure out a way to use helper columns efficiently
because Excel won't sort the column by the number of letters.
Thanks for the help