View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Umlas, Excel MVP Bob Umlas, Excel MVP is offline
external usenet poster
 
Posts: 320
Default Parse an email address

=MID(A1,FIND("@",A1)+1,255)

"Michael Connolly" wrote:

Hi,
I need to parse a email address to get the url.

Given a cell containing:


I need to extract:
reallycoolurl.com

Any help is GREATLY appreciated.
Thanks
MJC