Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
biochemist
 
Posts: n/a
Default add email address to a list of names

I have a list of names, 1st column has last name, 2nd column has first name
and I know what the email address would be for each person: example would be
like . How do I add a column that would be a email
address of each of the different people
  #2   Report Post  
Ron de Bruin
 
Posts: n/a
Default

Hi biochemist

Try this formula

=HYPERLINK("mailto:" & A1 & ")

--
Regards Ron de Bruin
http://www.rondebruin.nl



"biochemist" wrote in message ...
I have a list of names, 1st column has last name, 2nd column has first name
and I know what the email address would be for each person: example would be
like . How do I add a column that would be a email
address of each of the different people



  #3   Report Post  
Biochemist
 
Posts: n/a
Default

I guess I was not very clear I need to do this to a whole series of cell:
example would be like Cell A1 Smith, Cell B1 John, and then in cell a2 Brown
cell b2 Peter etc€¦ and what I want is to be able to do this from say a1 to
a1054 and b1 to b1054 and in cell c1 to c1054 have the read
and cell c2 , they would
all have the same .somewhere.com. I hope I was more clear here than in the
last time.

"Ron de Bruin" wrote:

Hi biochemist

Try this formula

=HYPERLINK("mailto:" & A1 & ")

--
Regards Ron de Bruin
http://www.rondebruin.nl



"biochemist" wrote in message ...
I have a list of names, 1st column has last name, 2nd column has first name
and I know what the email address would be for each person: example would be
like . How do I add a column that would be a email
address of each of the different people




  #4   Report Post  
Gord Dibben
 
Posts: n/a
Default

Just copy Ron's formula down Column C as far as you wish(1054 rows?)

OR double-click on the fill handle(square lump on bottom right corner of C1)
to fill down if data is contiguous in column B.


Gord Dibben Excel MVP


On Mon, 16 May 2005 16:04:02 -0700, "Biochemist"
wrote:

I guess I was not very clear I need to do this to a whole series of cell:
example would be like Cell A1 Smith, Cell B1 John, and then in cell a2 Brown
cell b2 Peter etc… and what I want is to be able to do this from say a1 to
a1054 and b1 to b1054 and in cell c1 to c1054 have the read
and cell c2 , they would
all have the same .somewhere.com. I hope I was more clear here than in the
last time.

"Ron de Bruin" wrote:

Hi biochemist

Try this formula

=HYPERLINK("mailto:" & A1 & ")

--
Regards Ron de Bruin
http://www.rondebruin.nl



"biochemist" wrote in message ...
I have a list of names, 1st column has last name, 2nd column has first name
and I know what the email address would be for each person: example would be
like . How do I add a column that would be a email
address of each of the different people





  #5   Report Post  
Biochemist
 
Posts: n/a
Default

Super, thanks but how do you get the underscore to appear betwenn first and
last name with no space?

"Gord Dibben" wrote:

Just copy Ron's formula down Column C as far as you wish(1054 rows?)

OR double-click on the fill handle(square lump on bottom right corner of C1)
to fill down if data is contiguous in column B.


Gord Dibben Excel MVP


On Mon, 16 May 2005 16:04:02 -0700, "Biochemist"
wrote:

I guess I was not very clear I need to do this to a whole series of cell:
example would be like Cell A1 Smith, Cell B1 John, and then in cell a2 Brown
cell b2 Peter etc€¦ and what I want is to be able to do this from say a1 to
a1054 and b1 to b1054 and in cell c1 to c1054 have the read
and cell c2 , they would
all have the same .somewhere.com. I hope I was more clear here than in the
last time.

"Ron de Bruin" wrote:

Hi biochemist

Try this formula

=HYPERLINK("mailto:" & A1 & ")

--
Regards Ron de Bruin
http://www.rondebruin.nl



"biochemist" wrote in message ...
I have a list of names, 1st column has last name, 2nd column has first name
and I know what the email address would be for each person: example would be
like . How do I add a column that would be a email
address of each of the different people







  #6   Report Post  
Gord Dibben
 
Posts: n/a
Default

Assuming you have no spaces in A1 and B1.........

=HYPERLINK("mailto:" & A1 & "_" & B1 & ")


Gord

On Tue, 17 May 2005 07:42:03 -0700, "Biochemist"
wrote:

Super, thanks but how do you get the underscore to appear betwenn first and
last name with no space?

"Gord Dibben" wrote:

Just copy Ron's formula down Column C as far as you wish(1054 rows?)

OR double-click on the fill handle(square lump on bottom right corner of C1)
to fill down if data is contiguous in column B.


Gord Dibben Excel MVP


On Mon, 16 May 2005 16:04:02 -0700, "Biochemist"
wrote:

I guess I was not very clear I need to do this to a whole series of cell:
example would be like Cell A1 Smith, Cell B1 John, and then in cell a2 Brown
cell b2 Peter etc… and what I want is to be able to do this from say a1 to
a1054 and b1 to b1054 and in cell c1 to c1054 have the read
and cell c2 , they would
all have the same .somewhere.com. I hope I was more clear here than in the
last time.

"Ron de Bruin" wrote:

Hi biochemist

Try this formula

=HYPERLINK("mailto:" & A1 & ")

--
Regards Ron de Bruin
http://www.rondebruin.nl



"biochemist" wrote in message ...
I have a list of names, 1st column has last name, 2nd column has first name
and I know what the email address would be for each person: example would be
like . How do I add a column that would be a email
address of each of the different people






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
loop trough e-mail address list to send task lists with outlook Paul. Excel Discussion (Misc queries) 2 April 14th 05 11:48 AM
LOOP - Adddress List -to email Paul. Excel Discussion (Misc queries) 0 April 13th 05 09:54 AM
How do I put two names on a mailing list at the same address witho rather be fishng Excel Discussion (Misc queries) 0 April 12th 05 10:21 PM
How do I put two names on a mailing list at the same address witho dlw Excel Discussion (Misc queries) 0 April 12th 05 10:14 PM
Loop through email address list to send e-mails Paul. Excel Discussion (Misc queries) 1 April 12th 05 12:41 PM


All times are GMT +1. The time now is 07:31 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"