I have a column of text that contains some text and example of which is below
Bloggs Joe, GB Sales:Required;Smith John, GB Sales:Required;Jones Sally, GB ASC:Required;Walker, Alan, GB Sales:Required
There could be a number of combinations of the 'GB ?:Required' text and I won;t know what these text strings will be
Basically what I need to do is just have the column contain the names so the above would be as follows
Bloggs Joe, Smith John, Jones Sally, Walker, Alan
Sometimes there will only be one name as follows
Bloggs Joe, GB Sales:Required
For this I would only need
Bloggs, Joe
to be in the column
Bloggs Joe, GB Sales:Required;Smith John, GB Sales:Required;Jones Sally, GB ASC:Required;Walker, Alan, GB Sales:Required
There could be a number of combinations of the 'GB ?:Required' text and I won;t know what these text strings will be
Basically what I need to do is just have the column contain the names so the above would be as follows
Bloggs Joe, Smith John, Jones Sally, Walker, Alan
Sometimes there will only be one name as follows
Bloggs Joe, GB Sales:Required
For this I would only need
Bloggs, Joe
to be in the column