+ Reply to Thread
Results 1 to 4 of 4

Identifying Missing entries from a list

  1. #1
    Registered User
    Join Date
    07-27-2010
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    41

    Identifying Missing entries from a list

    I have 2 lists of addresses on 2 different workbooks,

    Both lists should have the same addresses, they dont.

    How can I run a function that would identify where the lists differ?

    Cheers
    Last edited by MjRmatt; 10-06-2010 at 06:23 AM.

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,485

    Re: Identifying Missing entries from a list

    Hi MjRmatt ,

    Take a look at the countif function,
    Supply a sample workbook for a better explanation.

    BTW: You have yet to reply to your two previous threads.
    Last edited by davesexcel; 10-05-2010 at 09:50 AM.

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

    Re: Identifying Missing entries from a list

    The construct I use for this is =ISNUMBER(MATCH())


    =ISNUMBER(MATCH(Sheet1!A1, '[Book2.xls]Sheet1'!A:A, 0))

    These formula will give you TRUE/FALSE answers.
    _________________
    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!)

  4. #4
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: Identifying Missing entries from a list

    Try this in a spare column in Book1
    Please Login or Register  to view this content.
    Drag/Fill Down

    Then in Book2
    Please Login or Register  to view this content.
    Drag/Fill Down

    Then filter each sheet for "No Match"

    Change Book1/Book2 to suit your workbook names.

    Hope this helps
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

+ 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