S
SEAN
I have a text column with the data in the following format:
10-N345678 E1234567.
I would like to split this data into several columns so it
is in the following format.
Column 1 10-N
Column 2 345678
Column 3 E
Column 4 1234567
Is this possible?
Thanks in advance
Sean
10-N345678 E1234567.
I would like to split this data into several columns so it
is in the following format.
Column 1 10-N
Column 2 345678
Column 3 E
Column 4 1234567
Is this possible?
Thanks in advance
Sean