I have an Excel spreadsheet that has a column with numeric data like the example below. I'd like to sort the numbers, but the default sort does not seem to sort them the way I'd like.
Data Before Sort:
25.12.9
25.12.21
25.12.11
25.12.12
25.12.2
Expected Results:
25.12.21
25.12.12
21.12.11
21.12.9
21.12.2
How do I go about sorting the output in that manner? Any help would be greatly appreciated.
Thanks,
John
Data Before Sort:
25.12.9
25.12.21
25.12.11
25.12.12
25.12.2
Expected Results:
25.12.21
25.12.12
21.12.11
21.12.9
21.12.2
How do I go about sorting the output in that manner? Any help would be greatly appreciated.
Thanks,
John