Consolidate

B

bobby769

I have a list of over 2400 names in column A as
firstnamelastname
They need to be turned into email addresses w/ the same domain name.

How do I do this?
Basically I need to turn into
(e-mail address removed)

Thanks in Advance
 
D

Dan

if this is idea looking for, without modifyiing A, in a new column:

=A9&"@email.com"

not sure if need to alter the name in email address, else repost with
desired output and I will look at.
 
D

Dave Peterson

You may want to try a formula like:

=hyperlink("mailto:" & a1 & "@domainname.com","Click me")

And then the cell with this formula will be a hyperlink--just click it to start
your default email client.
 
B

bobby769

Thank you all for your help.
Dan and David Biddulph's replies were the most helpful.
 

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

Top