Hi all,
I have two columns of data in excel
with the headings - Reference and Result
the first cell (A2) in column 1 is a unique identifier
the second cell (B2) is the result
the issue is that the data in B2 are multiple results delimited by either
a tab, quotes, space, asterisk, comma, pipe, semi colon, colon, space, or tab
what I need is a way to delimit column B into its separate results
but keep all the data in 2 columns, so repeat the reference for each result in a new row
e.g.
Reference Result
123456 A|B
Becomes
Reference Result
123456 A
123456 B
R
I have two columns of data in excel
with the headings - Reference and Result
the first cell (A2) in column 1 is a unique identifier
the second cell (B2) is the result
the issue is that the data in B2 are multiple results delimited by either
a tab, quotes, space, asterisk, comma, pipe, semi colon, colon, space, or tab
what I need is a way to delimit column B into its separate results
but keep all the data in 2 columns, so repeat the reference for each result in a new row
e.g.
Reference Result
123456 A|B
Becomes
Reference Result
123456 A
123456 B
R