Hi all,
I'm trying to compare two different sets of data on the same sheet (as below), and want to check for uniqueness by a 3 column key. I'm not comparing cell-to-cell, but want to check the entirety of a column so that if a true duplicate appears anywhere between the two sets, a "match" string appears in another column. I'm trying to achieve the example below:
A B C D E F G
234 W 200 234 W 200 match
494 A 100 494 A 100 match
385 W 200 385 T 200 no match
348 T 100 348 A 200 no match
Thanks,
EB
I'm trying to compare two different sets of data on the same sheet (as below), and want to check for uniqueness by a 3 column key. I'm not comparing cell-to-cell, but want to check the entirety of a column so that if a true duplicate appears anywhere between the two sets, a "match" string appears in another column. I'm trying to achieve the example below:
A B C D E F G
234 W 200 234 W 200 match
494 A 100 494 A 100 match
385 W 200 385 T 200 no match
348 T 100 348 A 200 no match
Thanks,
EB