Editing Multiple E-Mail Addresses...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to edit a list of several thousand email addresses. I require all the
domain names need to stay, but all the addresses to be deleted.
i.e (e-mail address removed)
(e-mail address removed)
(e-mail address removed)
In my finished format, all that should be left are the domains
i.e harrys.com
harrys.com
elspeths.com
To save time is there a function that allows me to do this in 1?
 
Hi,

Lets say the email id is in cell A1, use this formula in cell B1

=MID(A1,FIND("@",A1)+1,100)

Regards

Govind.
 
The formula works but instead of just editing A1, it needs to check A1 to
A1000 odd, and then display all the answers. How does one do this?

Thanks
 
Hi,

Lets say your data is from A1 to A1000, then enter this formula in B1
and copy it down till B1000

regards

Govind.
 
foo

Insert a column adjacent(right of) the original column.

Select the original column.

Data>Text to Columns>Delimited by @

Delete the column you don't want when complete.

Gord Dibben Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top