Thread: Consolidate
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Consolidate

You may want to try a formula like:

=hyperlink("mailto:" & a1 & ","Click me")

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

bobby769 wrote:

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


Thanks in Advance


--

Dave Peterson