Macro to reconcile to two different worksheets of data and determine differences

  • Hello,


    I am in need of assistance with creating a macro that will look at two tabs of raw data, populate all unique values in a new tab, pull in the values from each raw data tab into the new tab to create a consolidated comparison of both raw data tabs. I have attached an example of what I am working with. The color coated tabs are what I am hoping to be able to create from the raw data tabs using a macro.



    Just want to mention that I know VERY little about creating macros and/or VBA - I always use something called ASAP Utlilities to help me with any short cuts when manipulating data within a spreadsheet. Currently I am using a SUMIF formula to pull in the data but I would prefer to use something to speed up the process. Any assistance or pointers would be greatly appreciated!


    Julie

  • Re: Macro to reconcile to two different worksheets of data and determine differences


    try

  • Re: Macro to reconcile to two different worksheets of data and determine differences


    OMG - this is almost exactly what I need. The only issue is that the total in the "reconciliation" tab and the "differences" tab.

  • Compare More Than Two Worksheets and Reconcile Differences


    I need to compare more than two worksheets and reconcile differences for Charge amounts.
    Each sheet corresponds to a unique Company, e.g. Company1, Company2, Company3, etc.
    The data columns are the same in all sheets - Name, Product, ID Number and Charge.

    It needs to produce a “Reconciliation” sheet with the comparison results from each of the multiple sheets.
    Also, it needs to create a “Differences” sheet with only those having Charge amount differences.

    I found some excellent VBA code written by Jindon here: http://www.ozgrid.com/forum/showthread.php?t=174992 and have modified it in my attempt to produce the above. I have attached my example which uses 4 Company worksheets. You will see it generates the Reconciliation and the Differences sheets, but results only show for Company1 and Company4. It does not list results of Company2 and Company3. Finally, there’s an issue with the results. “Allen GHI 111111” with a Charge amount of $250 is in the first three Company sheets, but not in Company4. However, in the results it shows $250 under Company4 when it should be blank.
    If you can help me with this it will greatly be appreciated!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!