I am having some issues comparing two sets of two columns. I have two data sets (1 & 2) and they each have two columns (A&B and C&D). I am trying to find the duplicates between the the two data sets and highlight the row. So whatever is in A&B has to match C&D.
Typing everything out in a cell before plugging into conditional formatting, I came up with this: =COUNTIFS(A:A,C:C,B:B,D)>0
That code appeared to work with the rest of the data (controlled test group) by putting True for the duplicates. Plugged the same code into an actual data set and it looked like it only came back true if the values were on the same row (unlike before). Also when plugging the code into conditional formatting on the test data, nothing would highlight.
I am at a bit of a loss, ive been searching different methods for hours and nothing has really done it. Just looking for a little guidance. Thanks
Typing everything out in a cell before plugging into conditional formatting, I came up with this: =COUNTIFS(A:A,C:C,B:B,D)>0
That code appeared to work with the rest of the data (controlled test group) by putting True for the duplicates. Plugged the same code into an actual data set and it looked like it only came back true if the values were on the same row (unlike before). Also when plugging the code into conditional formatting on the test data, nothing would highlight.
I am at a bit of a loss, ive been searching different methods for hours and nothing has really done it. Just looking for a little guidance. Thanks