Hi,
I have some data in a Cell A1 which is ultimately an email signature. It reads something like.
Company:AN Company
Contact: email@email.com
Telephone: 0123456789
Website: www.website.com
This continues down the sheet for 150 lines with each line being a new contact.
I need to break each type ( company, contact etc ) down into separate cells so can then use it to import into a CRM system
I have a formula in cell B1 as =TextAfter(A1,"Company: ")
The return i get is AN CompanyContact:email@email.comTelephone and so on...
I cant seem to get it to stop at the word contact and only return the company name. Any help woudl be appreciated. Thanks
I have some data in a Cell A1 which is ultimately an email signature. It reads something like.
Company:AN Company
Contact: email@email.com
Telephone: 0123456789
Website: www.website.com
This continues down the sheet for 150 lines with each line being a new contact.
I need to break each type ( company, contact etc ) down into separate cells so can then use it to import into a CRM system
I have a formula in cell B1 as =TextAfter(A1,"Company: ")
The return i get is AN CompanyContact:email@email.comTelephone and so on...
I cant seem to get it to stop at the word contact and only return the company name. Any help woudl be appreciated. Thanks