+ Reply to Thread
Results 1 to 5 of 5

compare for discrepancy

Hybrid View

  1. #1
    Registered User
    Join Date
    12-10-2018
    Location
    london
    MS-Off Ver
    O365
    Posts
    23

    compare for discrepancy

    Hi

    I am trying to find out which 3 entries are missing. Column A has 192 entries B and C has 190 so there are 3 that are missing. Im not sure how to easily find which 3 they are. Is there a way to out those 3 in column D?

    i have attached excel sheet.

    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: compare for discrepancy

    My count is 2
    Please try

    =FILTER(B1:B193,ISNA(MATCH(B1:B193,C1:C193,)))
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    12-10-2018
    Location
    london
    MS-Off Ver
    O365
    Posts
    23

    Re: compare for discrepancy

    Hi Thanks. but in column A there are 3 entries more that column B. thanks for finding the 2, but is there a way of finding the 3rd. there may be something in column A that is not in column B. How can i tell without going through it manually.

  4. #4
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,658

    Re: compare for discrepancy

    Sort both column then in D1:

    =1-COUNTIF(A1,"*"&B1&"*")

    returns 0 if match.

    Go down till getting 1
    The 3 are
    emisnet-12911
    emisnet-53208
    emisnet-53234HO

    and 1 more:
    emisnet-53234VPN with same number-string with "emisnet-53234HO" that causes 53234 counted twice.
    Quang PT

  5. #5
    Forum Moderator alansidman's Avatar
    Join Date
    02-02-2010
    Location
    Steamboat Springs, CO
    MS-Off Ver
    MS Office 365 insider Version 2505 Win 11
    Posts
    24,754

    Re: compare for discrepancy

    Using Power Query/Get and Transform located on the Data Tab.

    1. Bring Column A into PQ Editor and split data so you only have 5 digits
    2. Bring Column B into PQ Editor
    3. Merge Column A Table with Column B Table in PQ with a Left Anti Join

    Result

    v A B
    1 A B
    2 53208
    3 16780
    Alan עַם יִשְׂרָאֵל חַי


    Change an Ugly Report with Power Query
    Database Normalization
    Complete Guide to Power Query
    Man's Mind Stretched to New Dimensions Never Returns to Its Original Form

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Rounddown formula discrepancy
    By Median in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-24-2018, 03:00 PM
  2. [SOLVED] compare data in 2 columns to find discrepancy
    By jilaba in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 01-28-2017, 02:29 AM
  3. Formula discrepancy
    By kevinmcilroy in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 03-13-2014, 06:44 AM
  4. SumProduct Version Discrepancy
    By boyle5150 in forum Excel General
    Replies: 2
    Last Post: 02-10-2011, 02:14 PM
  5. Discrepancy report
    By raveepoojari in forum Excel General
    Replies: 5
    Last Post: 10-29-2009, 08:36 AM
  6. Linest() Discrepancy
    By juan32 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 09-22-2009, 04:19 PM
  7. [SOLVED] Font discrepancy
    By JethroUK© in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 10-04-2005, 02:05 PM

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