I think this is fairly straightforward, but I'm not versed in VBA enough to figure out the best way to do it.
Here's the scenario. I have values in Sheet1 that run from M6 down the column an indeterminate amount. I have another set of values beginning in N6 and running down the same number of rows as those in column M. The values in the corresponding row in M and N make up a pair. (M6 and N6 make a pair. M7 and N7 make a pair. Etc.)
On Sheet2, beginning in cell C5 and continuing down an indeterminate number of rows a list of values. The values in adjacent rows make a pair and the first member of the pair is always in an odd row. (C5 and C6 are a pair. C7 and C8 are a pair. Etc.)
I need to determine if ANY of the pairs in columns M & N match a pair in column C on the other sheet. The pairs are in no particular order but could be placed in alphabetical order without issue as long as the pairs stay in adjacent cells. All the values are names of people, so they are all strings. Values are first and last names in the same cell.
I can provide additional details as needed and I look forward to the magic this community comes up with for me!
Here's the scenario. I have values in Sheet1 that run from M6 down the column an indeterminate amount. I have another set of values beginning in N6 and running down the same number of rows as those in column M. The values in the corresponding row in M and N make up a pair. (M6 and N6 make a pair. M7 and N7 make a pair. Etc.)
On Sheet2, beginning in cell C5 and continuing down an indeterminate number of rows a list of values. The values in adjacent rows make a pair and the first member of the pair is always in an odd row. (C5 and C6 are a pair. C7 and C8 are a pair. Etc.)
I need to determine if ANY of the pairs in columns M & N match a pair in column C on the other sheet. The pairs are in no particular order but could be placed in alphabetical order without issue as long as the pairs stay in adjacent cells. All the values are names of people, so they are all strings. Values are first and last names in the same cell.
I can provide additional details as needed and I look forward to the magic this community comes up with for me!