Captainrave
Technical User
So this kind of related to my previous thread where I needed to input two files with lists of numbers. However one of the files is presented like this:
FT repeat_unit 48..57
FT /label= 1
FT repeat_unit 188..194
FT /label= 1
FT repeat_unit 353..357
FT /label= 1
FT repeat_unit 511..516
FT /label= 1
FT repeat_unit 526..530
FT /label= 1
FT repeat_unit 535..539
FT /label= 1
FT repeat_unit 579..584
FT /label= 1
FT repeat_unit 604..608
FT /label= 1
All information being present in one cell in excel. However I just want the number like this (and in two separate cells):
48 57
188 194
353 357
511 516
I have tried playing with the split function, but cant seem to get it to output the information in the required format. I also realise the code is pretty simple, but am obviously missing something myself.
As ever your help is very much appreciated!
FT repeat_unit 48..57
FT /label= 1
FT repeat_unit 188..194
FT /label= 1
FT repeat_unit 353..357
FT /label= 1
FT repeat_unit 511..516
FT /label= 1
FT repeat_unit 526..530
FT /label= 1
FT repeat_unit 535..539
FT /label= 1
FT repeat_unit 579..584
FT /label= 1
FT repeat_unit 604..608
FT /label= 1
All information being present in one cell in excel. However I just want the number like this (and in two separate cells):
48 57
188 194
353 357
511 516
I have tried playing with the split function, but cant seem to get it to output the information in the required format. I also realise the code is pretty simple, but am obviously missing something myself.
As ever your help is very much appreciated!