I have a long list of addresses that are organised like this:
Company
Road
Zip code
Phone number
Fax number
[email protected]
http://www.company.com
I would like to pull out all the email addresses and I have therefore been trying to write a formula looking like this : =IF(A1="*@*"; A1).
I was hoping that the * would work as a wildcard so that all fields containing the @ sign would be output in my resulting column. However it does not seem like I can use wildcards in a funtion like this. Can anyone help?