Good day,
Is there a way to concatenate 2 ranges and do a countif formula?
My problem is, I have data in column A and data in column B, both of them can be concatenated to give me a unique list in column D
.![]()
=A7&B7
II used this formula I found on Chip Pearson's site:
But is there a code or a more advanced formula that can be used to eliminate the helper column D?![]()
=IF(MAX(COUNTIF(INDIRECT("D7:A"&(MAX((D7:D2000<>"")*ROW(D7:D2000)))),INDIRECT("A2:A"&(MAX((D7:D2000<>"")*ROW(D7:D2000))))))>1,"Duplicates","No Duplicates")
Thanks,
Xrull
Bookmarks