+ Reply to Thread
Results 1 to 3 of 3

comparing two columns and reporting on the missing

  1. #1
    Registered User
    Join Date
    02-04-2021
    Location
    Australlia
    MS-Off Ver
    365
    Posts
    48

    comparing two columns and reporting on the missing

    i would like to report on two columns that one is a subset of the other.

    For example column B is a subset of Column A and i need to find out what values are not included



    MIN HIS
    AA BB
    BB CC
    CC EE
    DD GG
    EE
    FF
    GG
    HH

    ====================
    MIN RESULT
    AA MISSING
    BB BB
    CC CC
    DD missing
    EE EE
    FF MISSING
    GG gg
    HH MISSING

    How would i be able to achieve this please?
    Thanks
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,907

    Re: comparing two columns and reporting on the missing

    Try this in D2:

    =IF(COUNTIF(C:C,A2)>0,A2,"MISSING")

  3. #3
    Registered User
    Join Date
    02-04-2021
    Location
    Australlia
    MS-Off Ver
    365
    Posts
    48

    Re: comparing two columns and reporting on the missing

    Thanks alot

+ 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. Comparing 2 columns for missing names?
    By jray9242 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-09-2021, 07:43 AM
  2. [SOLVED] Reporting Macro (viewing columns, reporting in another)
    By jason.hampton in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-02-2018, 11:14 AM
  3. Find Missing Entries when comparing two columns
    By HangMan in forum Excel Programming / VBA / Macros
    Replies: 15
    Last Post: 07-31-2013, 12:35 AM
  4. [SOLVED] Comparing two columns of words to find out missing
    By Karnik in forum Excel General
    Replies: 4
    Last Post: 10-29-2012, 10:12 PM
  5. Comparing Columns & return missing & new data using VBA
    By DMBeer41 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 05-20-2011, 11:50 AM
  6. [SOLVED] Comparing changes in worksheets and reporting them
    By Kostak18 in forum Excel General
    Replies: 2
    Last Post: 06-20-2006, 02:10 PM
  7. [SOLVED] Comparing values in two columns and displaying missing values in n
    By cpetta in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-04-2005, 11:29 PM

Tags for this Thread

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