I need to compare two columns of data within an excel file. In the first column I'm looking for duplicate numbers within the column, I then need to check if any in the rows of these duplicate items data within the second column is also duplicated in the the next column of these rows. If so I want to in some matter highlight whenever this is the case. How can I do this automatically?
To make it clearer please see below: I would only want rows index number 2 and 5 highlighted in this example. As both data in column A and B are duplicates.
Index A B
1 123 A
2 125 A
3 123 B
4 134 B
5 125 A
6 134 C
7 123 D
Hope that makes sense. Can anyone suggest a solution?
Bookmarks