Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formula help 1

Status
Not open for further replies.

jasonsas

Technical User
Oct 2, 2002
63
AU
HI,

I'm not even sure if there is a way to do this, but I'll ask. I have cells which show a users name along with their email address. They look like this:

john smith (jsmith@whatever.com)

I need to extract just the email address to another cell. Is this possible, as I don't want to have to go through each cell manually.

Thanks,
Jason
 
Hi Jason,

For data in A1:
=MID(A1,FIND("(",A1)+1,LEN(A1)-FIND("(",A1)-1)

Cheers

[MS MVP - Word]
 
Yes, that worked!!

Thanks Macropod. Not really sure how the formula's working, but it's working!!!

Thanks for the quick reply.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top