+ Reply to Thread
Results 1 to 2 of 2

Compare/Match data from 2 sources

  1. #1
    Registered User
    Join Date
    11-10-2021
    Location
    Shreveport, LA
    MS-Off Ver
    365
    Posts
    2

    Compare/Match data from 2 sources

    This is my first post. Please let me know if this is not clear. I have data from 2 sources. I need to match the id's from both tabs and see what doesn't have a match. Thank you in advance.
    Attached Files Attached Files

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,724

    Re: Compare/Match data from 2 sources

    You could use this formula in cell D2 of the ACH sheet:

    =IF(COUNTIF(ST!A:A,A2),"matches","absent")

    Copy down tothe bottom of your data. You can use a very similar formula in cell L2 of the ST sheet:

    =IF(COUNTIF(ACH!A:A,A2),"matches","absent")

    Again, copy down as required.

    Hope this helps.

    Pete

+ 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] index/match funktion to find nearest value (date) from 2 data sources
    By dan_web in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 07-02-2021, 07:52 AM
  2. Replies: 1
    Last Post: 12-18-2019, 04:59 AM
  3. [SOLVED] Trouble making to sources of time compare properly.
    By Jocamo in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-27-2015, 06:10 PM
  4. Index and Match with Transposed Data Sources
    By HangMan in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-18-2015, 01:23 PM
  5. How to match "close" values between two data sources?
    By JBG2007 in forum Excel General
    Replies: 7
    Last Post: 10-20-2011, 03:23 PM
  6. Replies: 3
    Last Post: 08-28-2008, 09:05 AM
  7. Trying to compare data from 2 different sources
    By borkot01 in forum Excel General
    Replies: 2
    Last Post: 08-03-2005, 04: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