Hi
I have a long list of unstructured data. In the first instance I need to extract the email addresses that are populated into a new column.
After using a text to column with Space as the delimiter I tried the following - IF Contains('@', [MAILING / BANKING INSTRUCTIONS1]) THEN [MAILING / BANKING INSTRUCTIONS1] ELSE "" ENDIF. But that didn't work...
Where an email is not contained I also need to extract the names from the list. Can anyone suggest the easiest way to achieve this?
I'd greatly appreciate any help that is out there!
Cheers