HI,
I want to sort data like 1,2,3,11,2B they are strings so when sorted it looks like this
1
11
2
2B
3
I would like to sort the numbers as integer and then just leave the strings as string but I just don't know how.
Could somebody help please ?
I want a result like
1
2
3
11
2B
I want to sort data like 1,2,3,11,2B they are strings so when sorted it looks like this
1
11
2
2B
3
I would like to sort the numbers as integer and then just leave the strings as string but I just don't know how.
Could somebody help please ?
I want a result like
1
2
3
11
2B