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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.