Thread
:
Finding email addresses in cells
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
CLR
Posts: n/a
Finding email addresses in cells
You could do Data TextToColumns using SPACE as a delimiter and it should
break the entire email address out into it's own separate column as it has a
space both before and after with none in between.....
Vaya con Dios,
Chuck, CABGx3
"Joey" wrote:
In one of the columns I have text with email addresses I need seperated.
Amongst the text (i.e. "please note that
is no longer
employeed" - or - email is undeliverable")
Is there a formula that I can create to single out just the email address?
There's no set # of characters before or after the "@" - but I'm assuming I
could go by a SPACE to seperate the name@domain from the rest of the text.
Any suggestions?
The trim function only works in one direction (i.e. after the @) and I need
it to go both ways.
Thanks,
Joey
Reply With Quote