Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
beardic
 
Posts: n/a
Default adding duplicate text to multiple cells

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   Report Post  
N Harkawat
 
Posts: n/a
Default

"
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   Report Post  
PCLIVE
 
Posts: n/a
Default

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   Report Post  
Andy B
 
Posts: n/a
Default

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   Report Post  
Dave Peterson
 
Posts: n/a
Default

=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
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
Adding Two Text Fields together Audrey Excel Discussion (Misc queries) 2 February 24th 05 11:08 PM
Adding two text cells together Audrey Excel Discussion (Misc queries) 4 February 24th 05 09:57 PM
adding certain cells in multiple worksheets in multiple workbooks Stephen via OfficeKB.com Excel Worksheet Functions 1 February 4th 05 08:31 PM
Adding cells, using text as number Pgsmom Excel Discussion (Misc queries) 4 January 10th 05 07:21 PM
Convert data of cells to any type: Number, Date&Time, Text Kevin Excel Discussion (Misc queries) 0 December 30th 04 06:55 AM


All times are GMT +1. The time now is 02:41 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"