G
Guest
I have a list as follows:
CE0114XXXX42___
CE0114XXXX42___
CE0114XXXX42___
CE0114XXXX42___
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0116BLAK36___
CE0116BLAK36___
I'd like to sort it in such a way that I could trim the extra characters
after the letters. The problem is that it is that I have 29k records. I know
I could use left or trim but it would be much easier if all records with
similar number of characters to extract would be in the same place. Otherwise
I am using mid over and over again.
Thanks in advance.
CE0114XXXX42___
CE0114XXXX42___
CE0114XXXX42___
CE0114XXXX42___
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0115XXXX_____
CE0116BLAK36___
CE0116BLAK36___
I'd like to sort it in such a way that I could trim the extra characters
after the letters. The problem is that it is that I have 29k records. I know
I could use left or trim but it would be much easier if all records with
similar number of characters to extract would be in the same place. Otherwise
I am using mid over and over again.
Thanks in advance.