+ Reply to Thread
Results 1 to 7 of 7

check datasets and match

  1. #1
    Registered User
    Join Date
    07-16-2017
    Location
    norway
    MS-Off Ver
    365
    Posts
    46

    Question check datasets and match

    Hey,
    I am having trouble to calculate if two different datasets are not matching but dataset 2 is laying within the value of dataset 1.
    File with 4 examples attached.

    Normally I would have if dataset match 100 % that one I can do.
    But in this case all i need to know is if the dataset 2 datapoint are laying within dates that dataset 1 has values for.

    Ask if its unclear
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    06-16-2016
    Location
    Greece
    MS-Off Ver
    2013
    Posts
    69

    Re: check datasets and match

    So let me get this straight.
    Dataset A and Dataset B match if and only if, for every X in Dataset B there's an X in Dataset A? Or, to put it another way, if for every X in dataset B there's an X above it? Am I understanding it correctly?

  3. #3
    Registered User
    Join Date
    07-16-2017
    Location
    norway
    MS-Off Ver
    365
    Posts
    46

    Re: check datasets and match

    Correct Nick93

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,585

    Re: check datasets and match

    In P9, then copy to P14, P19 and P25.

    =IF(SUM(IF(($D9:$O9="X")*($D8:$O8="X"),1,0))=COUNTIF(D9:O9,"X"),"YES","NO")
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

  5. #5
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: check datasets and match

    I'm not sure exactly what result you expect to see, as you didn't tell us.

    Maybe this, a count of the number of matching X's per pair of datasets, in B8, copy pasted into B13, B18, etc:

    =SUMPRODUCT((D8:O8="X")*(D9:O9="X"))
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  6. #6
    Registered User
    Join Date
    07-16-2017
    Location
    norway
    MS-Off Ver
    365
    Posts
    46

    Re: check datasets and match

    Thanks very much all!

  7. #7
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: check datasets and match

    You're welcome and thanks for the Rep.

+ 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. Need Help using Index Match to Merge Datasets accross Multiple Sheets
    By brownf75 in forum Excel - New Users/Basics
    Replies: 1
    Last Post: 05-14-2017, 07:06 PM
  2. [SOLVED] Using Index & Match (or similar) to check two columns for a match
    By dvs in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 10-30-2015, 07:07 PM
  3. Replies: 9
    Last Post: 08-09-2015, 07:02 PM
  4. [SOLVED] Excel 2007 - vlookup/index/match with two datasets on two sheets
    By deevusone in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-23-2014, 04:47 PM
  5. Replies: 0
    Last Post: 10-11-2013, 05:24 AM
  6. MATCH% on similarity from different Datasets
    By Michael.m.sc in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-01-2013, 08:17 AM

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