+ Reply to Thread
Results 1 to 3 of 3

Trying to consolidate / reconcile two lists

  1. #1
    Registered User
    Join Date
    04-24-2013
    Location
    Canada
    MS-Off Ver
    Excel365
    Posts
    1

    Trying to consolidate / reconcile two lists

    So I have two lists (list A and B). Each with their project codes (key).

    Each project code has a building count. My problem is that I have two such lists and the building count differs.

    I want Excel to present: for list A, there are X building count, vs list B, there are Y building count. And then I'll make a decision on which I choose.

    How can I most easily reconcile the data in excel? pivot table?

    File is at: v.subs.xls

    thank you

  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: Trying to consolidate / reconcile two lists

    Hi and welcome to the forum

    lets see if this is heading in the right direction. On sheet1, in any column, use this, copied down...

    =COUNTIF('B List'!I:I,MID(A19,3,99))
    this will give you a count of how many times the Project Code on sheet1 appears on sheet2

    If we are heading in the right direction, we can build on this, so let me know
    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
    Valued Forum Contributor
    Join Date
    10-17-2010
    Location
    Nottingham, England
    MS-Off Ver
    Excel 2003, 2007, 2010, 2013, 2016, 2019, 365
    Posts
    294

    Re: Trying to consolidate / reconcile two lists

    It would help if your 2 lists matched... I assume that list A has an extra 03 on the front.

    I tend to do this sort of thing with a quick VLOOKUP. Take a look at the attached, which uses
    Please Login or Register  to view this content.
    to check each code in the A List (with the _03 stripped off) against the B list and look up the number of buildings.

    I've also done a simple check to see if there are any in list B not in A, with the MATCH function,
    Please Login or Register  to view this content.
    , so I can now filter on 'Not in A'.

    NB I had to remove all merged cells in List A column A (these are really annoying when trying to do analysis like the above - I tend to avoid merged cells almost at all costs!).
    Attached Files Attached Files
    Kind Regards,

    Out of the Hat

    "Computers are stupid - they do EXACTLY what you tell them to"

    If I've helped you with a problem, please say thanks by clicking the small star icon on the left.

+ 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