Hello, Great site,
I am extracting the country code out of email adresses (in column A) when there is no country code given by the person (in column E).
=IF(E58819="",UPPER(TRIM(RIGHT(SUBSTITUTE(A58819,".",REPT(" ",LEN(A58819))),LEN(A58819)))),E58819)
The output is the country code (after the last decimal in the email) in capital letters or the country code in column E.
Because many email adresses end in .com and .net I would like to simply not show them and keep my output field empty. How can I filter them?
Thanks for checking this out
Bookmarks