I have an Excel spreadsheet with 3 columns.
Company Name, Company Number, Email Address,
The Email address column contains multiple addresses per row seperated by a semicolon. What I need is one row per email address.
I've meddled with Text to Columns but this isn't the desired result. As an example I neeed to get this..
<Row1> ABC Inc, .234, [email protected];[email protected]
into this..
<Row1> ABC Inc, 1234, [email protected]
<Row2> ABC Inc, 1234, [email protected]
Company Name, Company Number, Email Address,
The Email address column contains multiple addresses per row seperated by a semicolon. What I need is one row per email address.
I've meddled with Text to Columns but this isn't the desired result. As an example I neeed to get this..
<Row1> ABC Inc, .234, [email protected];[email protected]
into this..
<Row1> ABC Inc, 1234, [email protected]
<Row2> ABC Inc, 1234, [email protected]