Posted to microsoft.public.excel.worksheet.functions
|
|
split email id list into 1 extra list with everything after "@"
I have a column of email addresses in an excel spreadie.
I want to split those email addresses so that I have the full email address
in one column and everything behind the @ in another column.
Example
Full email ID = ;
1 column = ;
Next column = xyz.co.uk;
It would also be helpful to add another column which added the www
ie new column = www. xyz.co.uk
Thanks
|