+ Reply to Thread
Results 1 to 5 of 5

Merging two columns of data

  1. #1
    Registered User
    Join Date
    10-05-2005
    Posts
    34

    Merging two columns of data

    I have 2 columns of data.

    I would like to merge the contents but I don't want to erase any of the data in either one of them.

    Can I do this easily?


    Thanks.
    JustMe.

  2. #2
    Jonathan Cooper
    Guest

    RE: Merging two columns of data

    use a helper column.

    assuming you want to merge a1 with b1 (and a space in the middle), use the
    following formula.

    =A1&" "&B1
    or
    =concatenate(a1," ",b1)



    "JustMe602" wrote:

    >
    > I have 2 columns of data.
    >
    > I would like to merge the contents but I don't want to erase any of the
    > data in either one of them.
    >
    > Can I do this easily?
    >
    >
    > Thanks.
    > JustMe.
    >
    >
    > --
    > JustMe602
    > ------------------------------------------------------------------------
    > JustMe602's Profile: http://www.excelforum.com/member.php...o&userid=27854
    > View this thread: http://www.excelforum.com/showthread...hreadid=498801
    >
    >


  3. #3
    Valued Forum Contributor
    Join Date
    03-25-2004
    Location
    Boston, MA US
    Posts
    1,094
    Assuming your data is in A:A and B:B. In cell C1,

    =CONCATENATE(A1,B1)

    Copy down the column.

    Cheers,

    Steve

  4. #4
    Registered User
    Join Date
    10-05-2005
    Posts
    34

    Thanks... That worked great.

    Thanks.


    JustMe.

  5. #5
    Registered User
    Join Date
    10-05-2005
    Posts
    34

    Okay is there?

    Is there a way to actually move the data without a formula...

    Cause I want later to seperate them out again.

    HTML Code: 
    So what I need to do is pull the information back together then put the from in one column and the to in another column. As well as the first part the identifier of the information.

+ 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