Microsoft
Software
Hardware
Network
Question : extract email address from string in excel
Hi,
I have a csv file exported from Outllook where the email address is in the format:
John Doe (
[email protected]
)
Is there a formula I can apply to extract the email address data between the parentheses?
Thanks.
Answer : extract email address from string in excel
Try this, assuming your email address is in A1:
=MID(A1,FIND("(",A1,1)+
1,FIND(")"
,A1,1)-FIN
D("(",A1,1
)-1)
Random Solutions
No Link Light - Qlogic QLA4010C iSCSI HBA in VMware VI3 ESX server
check_directory_files
Firebird AutoID VB.net code
vb.net ListView prerender Event e.item.itemType
Multi Homed Windows 2008 Server
Oracle Build Table of tables
keyboard returns wrong characters
GUID of a ActiveX OCX
FTP connection manager failure
Upload my CMSMadesimple form data to an access or phpmyadmin database