Hello everyone! I have a large data file with the following type of strings:
13G08
13G09
13G10
18C17
18C18
...
I need to separate into 3 columns (A,B,C) like this:
A B C
13 G 08
13 G 09
13 G 10
18 C 17
18 C 18
I know there is probably a good way to do this but I haven't found it yet. Any ideas would be appreciated...
13G08
13G09
13G10
18C17
18C18
...
I need to separate into 3 columns (A,B,C) like this:
A B C
13 G 08
13 G 09
13 G 10
18 C 17
18 C 18
I know there is probably a good way to do this but I haven't found it yet. Any ideas would be appreciated...