Hello wonderful community,
I need your help on this. I have cells that I need their text extracted into columns. Text in cells is not always the same length, so I cannot just count the characters.
Example of cells look like
CANADA | ID NO. 78989 | “JUAN” | IN COHORT(S) 1, 5 | SPONSORED WITH LEGACY
USA | ID NO. 19667888 | “PATRICIA” | IN COHORT(S) 4 | SPONSORED WITH PHARMA LTD.
So, I want a column for
Country
CANADA
USA
ID NO.
ID NO. 78989
ID NO. 19667888
NAME
JUAN
PATRICIA
COHORT(S)
IN COHORT(S) 1, 5
IN COHORT(S) 4
Extra complexity bonus: is there a possibility in columns ID NO. & COHORT(S), to replace ID NO. by “ “ and IN COHORT(S) by “ “ , so these words are erased.
appreciate any help.