Ok guys
I see I haven't been clear the thing is I got all sorts of values I have integer and the in the strings I have things like 4F, F, F 4, F4, 1-D, etc. And I got to sort in some kind of order.
Hi,
your solution does help but now my problem is that the values that are strings get transformed into 0
like 3B becomes 0
This is my formula if NumericText ({Volume}) then val({Volume})
but it's seems like all the data is evaluated by val even if NumericText() returns false.
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.