+ Reply to Thread
Results 1 to 2 of 2

merge two lists together

  1. #1
    Registered User
    Join Date
    03-01-2010
    Location
    earth
    MS-Off Ver
    Excel 365
    Posts
    24

    merge two lists together

    Hi,

    I have x, y, z under column A.
    And 1, 2, 3 under column B.

    I would like to have a new list which will look like:
    C D (columns)
    x 1
    x 2
    x 3
    y 1
    y 2
    y 3
    z 1
    z 2
    z 3

    How can I do it?

    Best regards

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: merge two lists together

    I have got it for you the VBA way. Use this code -
    Please Login or Register  to view this content.
    Press Alt+F11 on your file. It will open up a blank code window. On the left hand side, you will find Microsoft Excel Objects. Right click on it and select Insert-> Module. Copy the code over. Go back to your excel sheet. Select Tools->Macro-> Macros and run the macro available.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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