F
frans
I need to sort columns that contain both letters & digits.
Example:
ab3
ab13
ab1
Would sort like:
ab1
ab13
ab3
When I want to sort like:
ab1
ab3
ab13
Is there a way to do this?
Example:
ab3
ab13
ab1
Would sort like:
ab1
ab13
ab3
When I want to sort like:
ab1
ab3
ab13
Is there a way to do this?