+ Reply to Thread
Results 1 to 4 of 4

Is there an Excel function for this?

  1. #1
    Larry
    Guest

    Is there an Excel function for this?

    Hello,
    I am looking to 1; combine serveral columns into a new column and 2; add
    quotes around the Last Names in all of the last name cells. An example of
    what I'm trying to do below:

    Last Name cell | E-mail cell | "last name", e-mail address (desired new
    cell)

    I need this done to multiple cells.
    Please help,
    Larry

  2. #2
    JMB
    Guest

    RE: Is there an Excel function for this?

    where A1 contains the last name and B1 contains the email address

    =""""&A1&""""&", "&B1

    copy down.


    "Larry" wrote:

    > Hello,
    > I am looking to 1; combine serveral columns into a new column and 2; add
    > quotes around the Last Names in all of the last name cells. An example of
    > what I'm trying to do below:
    >
    > Last Name cell | E-mail cell | "last name", e-mail address (desired new
    > cell)
    >
    > I need this done to multiple cells.
    > Please help,
    > Larry


  3. #3
    JMB
    Guest

    RE: Is there an Excel function for this?

    One other thing, if you want to get rid of the original data, you will need
    to hardcode your new cells.

    Copy your new column, then click Edit/Paste Special - values.



    "Larry" wrote:

    > Hello,
    > I am looking to 1; combine serveral columns into a new column and 2; add
    > quotes around the Last Names in all of the last name cells. An example of
    > what I'm trying to do below:
    >
    > Last Name cell | E-mail cell | "last name", e-mail address (desired new
    > cell)
    >
    > I need this done to multiple cells.
    > Please help,
    > Larry


  4. #4
    Toppers
    Guest

    RE: Is there an Excel function for this?

    A2=Lastname
    B2=E-mail
    in C2:

    ="""" & A2 & """" & ", " & B2

    HTH

    "Larry" wrote:

    > Hello,
    > I am looking to 1; combine serveral columns into a new column and 2; add
    > quotes around the Last Names in all of the last name cells. An example of
    > what I'm trying to do below:
    >
    > Last Name cell | E-mail cell | "last name", e-mail address (desired new
    > cell)
    >
    > I need this done to multiple cells.
    > Please help,
    > Larry


+ 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