I have a list of serial numbers of different lengths that I am trying to sort alphabetically but I can’t find an option. Sorting by “Ascending” just does it numerically and puts, for example, 6
before 110
. I tried changing the cell types to Text
but it still wouldn’t sort.
110 6
6 --- sort "Ascending" ---> 42
42 110
How can I sort it alphabetically?
110 110
6 ---- sort this way??? --> 42
42 6