Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have alist of about 700 names that I need to turn into E-mail addresses.
For instance I need to add @***.net to each user name. Is there a way to do this without typing it 700 times. |
#2
![]() |
|||
|
|||
![]()
"
and copy the formula down 700 rows, "beardic" wrote in message ... I have alist of about 700 names that I need to turn into E-mail addresses. For instance I need to add @***.net to each user name. Is there a way to do this without typing it 700 times. |
#3
![]() |
|||
|
|||
![]()
One way:
If your list is in column A, you could add a formula in column B. In B1: =A1 & " Then copy cell B1 down as many rows as you need. HTH, Paul "beardic" wrote in message ... I have alist of about 700 names that I need to turn into E-mail addresses. For instance I need to add @***.net to each user name. Is there a way to do this without typing it 700 times. |
#4
![]() |
|||
|
|||
![]()
Hi
You could use a helper column with " in it. This will not actually create hyperlinks, though. To replace the formulas with the actual values, copy the range and select Edit|Paste Special|Values Make sure you take a copy before you start! Andy. "beardic" wrote in message ... I have alist of about 700 names that I need to turn into E-mail addresses. For instance I need to add @***.net to each user name. Is there a way to do this without typing it 700 times. |
#5
![]() |
|||
|
|||
![]()
=hyperlink("mailto:" & a1 & ")
is another option beardic wrote: I have alist of about 700 names that I need to turn into E-mail addresses. For instance I need to add @***.net to each user name. Is there a way to do this without typing it 700 times. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding Two Text Fields together | Excel Discussion (Misc queries) | |||
Adding two text cells together | Excel Discussion (Misc queries) | |||
adding certain cells in multiple worksheets in multiple workbooks | Excel Worksheet Functions | |||
Adding cells, using text as number | Excel Discussion (Misc queries) | |||
Convert data of cells to any type: Number, Date&Time, Text | Excel Discussion (Misc queries) |