+ Reply to Thread
Results 1 to 4 of 4

Compare and Display Similarities/Differences in two lists.

  1. #1
    Forum Contributor
    Join Date
    07-08-2009
    Location
    Missouri
    MS-Off Ver
    Excel 2003
    Posts
    183

    Compare and Display Similarities/Differences in two lists.

    I have searched some of the other forums but have not found anything specifically related to what I'm trying to do.. An example is attached. Basically just want to compare data between two different lists and then in two additional columns (Differences & Similarities) display that corresponding data.

    Thanks for the Help...
    Attached Files Attached Files
    Last edited by mrgillus; 07-24-2009 at 01:30 PM. Reason: Added Differences to Title

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Compare and Display Similarities/Differences in two lists.

    1) Are you looking to do this with formulas or a macro?
    2) Can you update your sample sheet to include your expected results so we know what you have in mind?
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Forum Contributor
    Join Date
    07-08-2009
    Location
    Missouri
    MS-Off Ver
    Excel 2003
    Posts
    183

    Re: Compare and Display Similarities/Differences in two lists.

    I was looking to do this using some spreadsheet formulas.

    I decided though to change the way I wanted to compare the results.

    I have it setup now the way that will best work for me I believe and I attached a copy so that users searching for answers on this might beable to benefit from what I have done.

    Basically it will check for changes from one list to the next and in a nutshell tell you if some of the numbers have been omitted from one list to the next or if they have been added.

    Thanks for your help though!
    Attached Files Attached Files

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Compare and Display Similarities/Differences in two lists.

    The helper columns are not needed. The CF formula for column C starting at C2 is:
    =NOT(AND(C2>0,ISNUMBER(MATCH(C2,D:D,0))))

    The CF formula for column D starting at D2 is:
    =NOT(AND(D2>0,ISNUMBER(MATCH(D2,C:C,0))))
    Attached Files Attached Files

+ 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