+ Reply to Thread
Results 1 to 3 of 3

Merging Excel Documents

Hybrid View

  1. #1
    Registered User
    Join Date
    02-15-2013
    Location
    Minnesota
    MS-Off Ver
    Excel 2012
    Posts
    1

    Talking Merging Excel Documents

    Hello Everyone!

    I need help.

    I am currently working with two documents for a project for work, one organized with a list of 21,000 product upcs to correspond to product numbers and what I need to do is somehow merge that into a list of 17,000 (of the 21,000 upcs) I was just given. On the list of 17,000 I need to somehow transfer the corresponding product numbers from the first file.

    Is there anyway to do this by not doing this one by one and keep the information matching up?

    Thank you!

    To make this easier to understand, I can put the two columns I need into another excel sheet but then I need to match them up:

    Current:
    Column A Column B
    A1: 1 B1: 4
    A2: 2 B2: 6
    A3: 3 B3: 2
    A4: 4 B4: 7
    A5: 5 B5: 9
    A6: 6
    A7: 7
    A8: 8
    A9: 9
    A10: 10

    Need:
    Column A Column B
    A1: 1 B1:
    A2: 2 B2: 2
    A3: 3 B3:
    A4: 4 B4: 4
    A5: 5 B5:
    A6: 6 B6: 6
    A7: 7 B7: 7
    A8: 8 B8:
    A9: 9 B9: 9
    A10: 10 B10:
    Last edited by lphan; 02-15-2013 at 03:04 PM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Merging Excel Documents

    Hi and welcome to the forum

    This is a pretty easy task you can achieve what you need using the vlookup() function. the syntax is...
    =VLOOKUP(what-you-want-to-find,range-to-search-in,column-that-contains-the-match,FALSE) FALSE is for finding an exact match

    I would suggest that (if you can) put both lists into 1 workbook - same of different work sheets, doesnt matter, and actually, you can do this between different workbooks too.

    If you still have a problem, i would suggest you upload a sample work book, (all sensitive data removed), showing what data you are working with, a few examples of what your expected outcome is, and how you arrived at that
    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Merging Excel Documents

    duplicate post deleted
    Last edited by FDibbins; 02-15-2013 at 03:00 PM.

+ 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