+ Reply to Thread
Results 1 to 2 of 2

How can you append text in multiple cells in excel?-show right way

  1. #1
    Shane
    Guest

    How can you append text in multiple cells in excel?-show right way

    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. #2
    David Billigmeier
    Guest

    re: How can you append text in multiple cells in excel?-show right way

    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?


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1