+ Reply to Thread
Results 1 to 6 of 6

how to merge data from multiple columns to one column

  1. #1
    w8ting4hlp
    Guest

    how to merge data from multiple columns to one column

    I have first, middle, and last names in A, B, and C. I want to merge
    everything into A. Ho do I do that?

  2. #2
    momtoaj
    Guest

    how to merge data from multiple columns to one column

    In column D use the formula

    =A1&" "&B1&" "&C1

    The " " would put in your spaces in between the names.
    Then go to column D & do Edit Copy, move to column A & do
    Edit Paste. Then you should be able to delete columns B,
    C & D.

    Hope that helps!

    >-----Original Message-----
    >I have first, middle, and last names in A, B, and C. I

    want to merge
    >everything into A. Ho do I do that?
    >.
    >



  3. #3
    GWB Direct
    Guest

    RE: how to merge data from multiple columns to one column

    =CONCATENATE (text1,text2,...)

    Text1, text2, ... are 1 to 30 text items to be joined into a single text
    item. The text items can be text strings, numbers, or single-cell references.

    Remarks

    The "&" operator can be used instead of CONCATENATE to join text items.



    "w8ting4hlp" wrote:

    > I have first, middle, and last names in A, B, and C. I want to merge
    > everything into A. Ho do I do that?


  4. #4
    w8ting4hlp
    Guest

    RE: how to merge data from multiple columns to one column

    Thanks for the help

    "GWB Direct" wrote:

    > =CONCATENATE (text1,text2,...)
    >
    > Text1, text2, ... are 1 to 30 text items to be joined into a single text
    > item. The text items can be text strings, numbers, or single-cell references.
    >
    > Remarks
    >
    > The "&" operator can be used instead of CONCATENATE to join text items.
    >
    >
    >
    > "w8ting4hlp" wrote:
    >
    > > I have first, middle, and last names in A, B, and C. I want to merge
    > > everything into A. Ho do I do that?


  5. #5
    JeffC
    Guest

    RE: how to merge data from multiple columns to one column

    I also have the same question. I have used the methods listed here and have
    successfully displayed all text in one cell with this formula. However, if I
    delete the adjoining cells that the formula refers to, I get a #REF# error.

    Is there a way to actually merge text from multiple cells in to a single cell?

    Any help would be greatly appreciated!

    "momtoaj" wrote:

    > In column D use the formula
    >
    > =A1&" "&B1&" "&C1
    >
    > The " " would put in your spaces in between the names.
    > Then go to column D & do Edit Copy, move to column A & do
    > Edit Paste. Then you should be able to delete columns B,
    > C & D.
    >
    > Hope that helps!
    >
    > >-----Original Message-----
    > >I have first, middle, and last names in A, B, and C. I

    > want to merge
    > >everything into A. Ho do I do that?
    > >.
    > >

    >
    >


  6. #6
    Gord Dibben
    Guest

    Re: how to merge data from multiple columns to one column

    Jeff

    After concatenating the cells into one using the =A1 & B1 etc. copy those
    formula cells then, in place, paste special>values>OK>Esc.

    You can now delete the original cells.

    "Merging" cells will retain only the data from the top leftmost cell.

    "Merged" cells cause no end of problems with copying, sorting, filtering.

    Leave that feature alone as much as possible.


    Gord Dibben Excel MVP

    On Wed, 22 Jun 2005 15:18:02 -0700, "JeffC" <[email protected]>
    wrote:

    >I also have the same question. I have used the methods listed here and have
    >successfully displayed all text in one cell with this formula. However, if I
    >delete the adjoining cells that the formula refers to, I get a #REF# error.
    >
    >Is there a way to actually merge text from multiple cells in to a single cell?
    >
    >Any help would be greatly appreciated!
    >
    >"momtoaj" wrote:
    >
    >> In column D use the formula
    >>
    >> =A1&" "&B1&" "&C1
    >>
    >> The " " would put in your spaces in between the names.
    >> Then go to column D & do Edit Copy, move to column A & do
    >> Edit Paste. Then you should be able to delete columns B,
    >> C & D.
    >>
    >> Hope that helps!
    >>
    >> >-----Original Message-----
    >> >I have first, middle, and last names in A, B, and C. I

    >> want to merge
    >> >everything into A. Ho do I do that?
    >> >.
    >> >

    >>
    >>



+ 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