Hi,
I have a column of data containing strings that could look like this: "asiofma jdskvs dskcv word1 ronny@gmail.com word2 cmnbaiuo kvlnvlksdm" or "jdskvbdsj apsfmkl word1 carl@hotmail.com word2 bafff b jkd paokf", where word1 and word2 will always be the same. Any idea how I can extract the e-mail addresses from these strings? I have tried some versions of "Findstring" and "Substring", but it seems that I cannot find the right approach.
Thanks a lot in advance!