Hello,
I am trying to flag duplicate values between two columns, I do not want to flag a column if it has duplicates within itself, only if it has a duplicate from another column that I specified. I've been struggling with this for a while. Here's an example -
A B
9 9
12 9
16 5
18 18
What's happening are the the cells in Column be are getting flagged when I use conditional formatting --> highlight cell rules --> duplicates, because technically they are duplicates. But I only want to flag cells that have a duplicate from column A and column B, not if column A or column B have duplicates within its own column.
Any help is much appreciated !!!
Edit: I should have specified better. Here's a better example -
I'm going to try to attach a picture.. :
Duplicates.png
As you can see, it's flagging number 32 because its in column B twice, but 32 is not in column A. I do not want to flag 32, just unique duplicates between Column A and Column B.
Bookmarks