A
Alex
I have a column with alpha numeric data. How can I break
this one column into separate columns like the following:
3S1W1 ----> 3S 1W 1
3S1W2CD --> 3S 1W 2 CD
2S1W34AA -> 2S 1W 34 AA
The first four digits are constant; always two digits
each. However, the third "new" column may contain
anywhere from one to two digits. The fourth new column
may contain anywhere from zero to two digits.
Thanks!
this one column into separate columns like the following:
3S1W1 ----> 3S 1W 1
3S1W2CD --> 3S 1W 2 CD
2S1W34AA -> 2S 1W 34 AA
The first four digits are constant; always two digits
each. However, the third "new" column may contain
anywhere from one to two digits. The fourth new column
may contain anywhere from zero to two digits.
Thanks!