Data_Analyst
New Member
- Joined
- Jun 21, 2011
- Messages
- 12
Hi,
I am currently importing information from outlook into a single excel cell.
The content of the email looks like the following -
--------------------------------------------
REGISTRATION INFO
--------------------------------------------
John Doe
123 Excel St.
New York, NY
USA 12345
123 456 7890
johndoe@email.com
Gender: Male
How did you hear about us?: Google.com
--------------------------------------------
REGISTRANTION INFO
--------------------------------------------
Jane Doe
123 Excel St.
New York, NY
USA 12345
123 456 7890
janedoe@email.com
Gender: Female
How did you hear about us? Yahoo.com
John Smith
Owner
MyCompany
www.myfirstcompanyname.com
www.mysecondcompanyname.com
===================
All this information is in a single cell. What I am trying to do is separate the content of each line in that cell to a separate adjacent cell, but with only certain data such as the name, address, phone, and email - so it looks like the following -
Example -
John Doe | 123 456 7890 | johndoe@email.com
Jane Doe | 123 456 7890 | janedoe@email.com
The "|" represents a different column (name is column B, phone number is column C, email is column D - we would like to keep the original contents of the email in column A)
Sometimes the email can come multiple contacts and that needs to be in a separate row as shown in the example above.
Any help with this would be greatly appreciated.
Thanks!
I am currently importing information from outlook into a single excel cell.
The content of the email looks like the following -
--------------------------------------------
REGISTRATION INFO
--------------------------------------------
John Doe
123 Excel St.
New York, NY
USA 12345
123 456 7890
johndoe@email.com
Gender: Male
How did you hear about us?: Google.com
--------------------------------------------
REGISTRANTION INFO
--------------------------------------------
Jane Doe
123 Excel St.
New York, NY
USA 12345
123 456 7890
janedoe@email.com
Gender: Female
How did you hear about us? Yahoo.com
John Smith
Owner
MyCompany
www.myfirstcompanyname.com
www.mysecondcompanyname.com
===================
All this information is in a single cell. What I am trying to do is separate the content of each line in that cell to a separate adjacent cell, but with only certain data such as the name, address, phone, and email - so it looks like the following -
Example -
John Doe | 123 456 7890 | johndoe@email.com
Jane Doe | 123 456 7890 | janedoe@email.com
The "|" represents a different column (name is column B, phone number is column C, email is column D - we would like to keep the original contents of the email in column A)
Sometimes the email can come multiple contacts and that needs to be in a separate row as shown in the example above.
Any help with this would be greatly appreciated.
Thanks!