Hi all,
I'm new to this forum. Generally i'm learning by reading others problems but, this time i couldn't find the answer.
The thing is i'm trying to sort an alphanumeric column with different length size of letters and numbers.
Here an example:
a1
a10
a12
a2
bb1
bb10
bb2
bb4
The column should be sorted as:
a1
a2
a10
a12
bb1
bb2
bb4
bb10
I rather it to be without VBA unless, there is no other choice.
Thanks
I'm new to this forum. Generally i'm learning by reading others problems but, this time i couldn't find the answer.
The thing is i'm trying to sort an alphanumeric column with different length size of letters and numbers.
Here an example:
a1
a10
a12
a2
bb1
bb10
bb2
bb4
The column should be sorted as:
a1
a2
a10
a12
bb1
bb2
bb4
bb10
I rather it to be without VBA unless, there is no other choice.
Thanks