In response to
"STIS: Excel formula help... I would like to take the value in B2, which is an e-mail address in the format [email protected] and populate E2 with"
by
Subversive
|
I have a way (rather convoluted though) that assums @domain.com are not consistent (otherwise just search and replace)
Posted by
decline (aka Decline)
Apr 1 '11, 09:29
|
use text-to-column to split the addresses on the @ sign
gives you 2 new columns with left side and right side
in 3rd column put your new right side @newdomain.com
concatenate column 1 and column 3 to get new addr.
|
Responses:
|