test_man2
New Member
- Joined
- Aug 28, 2007
- Messages
- 35
- Office Version
- 365
- Platform
- Windows
Greetings!
Back in 2006, fairwinds posted a solution to extract an email address from a string of text:
=TRIM(MID(SUBSTITUTE(" "&A1," ",REPT(" ",20)),FIND("@",SUBSTITUTE(" "&A1," ",REPT(" ",20)))-20,40))
What if that string of text contains two email addresses? Such as - "Update abcdefg@gmail.com to tuvwxyz@att.net"
My guess is that the best way would be to create a new formula in column C (the above formula being in column B). What would that formula be?
Back in 2006, fairwinds posted a solution to extract an email address from a string of text:
=TRIM(MID(SUBSTITUTE(" "&A1," ",REPT(" ",20)),FIND("@",SUBSTITUTE(" "&A1," ",REPT(" ",20)))-20,40))
What if that string of text contains two email addresses? Such as - "Update abcdefg@gmail.com to tuvwxyz@att.net"
My guess is that the best way would be to create a new formula in column C (the above formula being in column B). What would that formula be?