Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Shane
 
Posts: n/a
Default How can you append text in multiple cells in excel?

I have a 1 page workbook of email addresses. I would like to apend SMTP: to
each address in a row. How can I do this without going to each cell and
pasting?
  #2   Report Post  
David Billigmeier
 
Posts: n/a
Default

Use the CONCATENATE() function... for example if you had "Joe" in A1 and
"Smith" in A2, the formula:

=CONCATENATE(A1," ",A2) would yield "Joe Smith"

You can also do this with the & symbol like so: =A1&" "&A2

--
Regards,
Dave


"Shane" wrote:

I have a 1 page workbook of email addresses. I would like to apend SMTP: to
each address in a row. How can I do this without going to each cell and
pasting?

  #3   Report Post  
Don Guillett
 
Posts: n/a
Default

I would use a for/each macro
for each c in selection
c.value=c & "SMPT:"
next c

--
Don Guillett
SalesAid Software

"Shane" wrote in message
...
I have a 1 page workbook of email addresses. I would like to apend SMTP:

to
each address in a row. How can I do this without going to each cell and
pasting?



  #4   Report Post  
CLR
 
Posts: n/a
Default

Assuming your list is in column A, in B1 put this formula and copy
down..........

=A1&"SMTP:"

Vaya con Dios,
Chuck, CABGx3



"Shane" wrote in message
...
I have a 1 page workbook of email addresses. I would like to apend SMTP:

to
each address in a row. How can I do this without going to each cell and
pasting?



  #5   Report Post  
Mary
 
Posts: n/a
Default How can you append text in multiple cells in excel?

if they arent in a column, where would you add the formaula to append ?


"CLR" wrote:

Assuming your list is in column A, in B1 put this formula and copy
down..........

=A1&"SMTP:"

Vaya con Dios,
Chuck, CABGx3



"Shane" wrote in message
...
I have a 1 page workbook of email addresses. I would like to apend SMTP:

to
each address in a row. How can I do this without going to each cell and
pasting?






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
Text Alignment in Excel Cells Eduardo M Excel Discussion (Misc queries) 1 June 23rd 05 08:32 PM
Adding a lot of text to MS Excel cells macaleer16 Excel Discussion (Misc queries) 2 March 25th 05 02:31 PM
Excel - counting cells containing a text string Pegasus Host Excel Worksheet Functions 4 February 12th 05 07:31 PM
In Excel, using line wrap with text, some cells will appear as ##. RSCoyner Excel Discussion (Misc queries) 4 January 19th 05 11:21 PM
How do I "Wrap Text" & "Autofit" within Merged Cells in Excel? 6-shooter Excel Worksheet Functions 3 October 31st 04 12:14 AM


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