+ Reply to Thread
Results 1 to 4 of 4

Comparing rows between two sheets

  1. #1
    Registered User
    Join Date
    05-25-2012
    Location
    Bay Area
    MS-Off Ver
    Excel 2010
    Posts
    3

    Question Comparing rows between two sheets

    Greetings!

    In an Excel workbook, there are two sheets, SheetA and SheetB, each of which are made of two columns and thousands of rows of numbers. SheetB needs to be compared against SheetA, and the differences to be shown in SheetC, as in the simplified screenshot here: http://i49.tinypic.com/28txtl1.jpg

    Which Excel formulas and methods can do this? I've searched the forum and found some interesting ways to use the array functions, but couldn't figure out how it can apply to my case.

    Regards.
    Attached Images Attached Images

  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: Comparing rows between two sheets

    it would be easier to help if you uploaded the sample file, instead of an image of it. however, a vlookup() will probably give you what you want.

    Are the 2 columns of numbers on each sheet matched/paired? if so, try adding a helper column to concatenate them =A1&B1, copied down, for each sheet, and then do the vlookup based on that.

    if you cant figure out how to do it, upload a sample and let me know, i will help you through it
    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
    Registered User
    Join Date
    05-25-2012
    Location
    Bay Area
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Comparing rows between two sheets

    Yes, they are pairs, parent and child. SheetC pretty much needs to show the mismatches between SheetA and SheetB, and preferably not the equal matches. How would you use a vlookup in this situation?

    Here is my sample spreadsheet:
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    05-25-2012
    Location
    Bay Area
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Comparing rows between two sheets

    bump..........

+ 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