I’d like to sort data based on an alphanumeric code, but since it contains also numbers it seems to always sort them in numerical order. The result I need should i.e. look like this:
1
2
21
243
35
6
9
A5
B66
B679
...
How can I achieve this?
Setting cell formatting category to text doesn’t seem to work.