Sorting of alpha numeric characters in a column`
Hi All,
I have a column which has alpha numeric characters like 1A, 12B, 14D, 12CC ...etc.
I need to sort this column in ascending as well as descending. The normal "sort by" does not work and the ASCII function return on the ascii value of the 1st character in the cell.
Can you please help me out?