Hi There,
I'm trying to find and highlight duplicate rows of data where two columns contain the same information. My scenario is (Column1: Name) (Column2: Address). From these two columns I want to be able to run some code that will highlight all the rows where the 'Name' and 'Address' in one row match to another.
So for example if I had the followign data:
Row1: Joe Bloggs, The House
Row2: Joe Bloggs, Flat 1
Row3: Joe Bloggs, The House
I would like it to highlight Row 1 and Row 3 please as both column 1 and 2 are a matching pair as opposed to Row 2 where only the name is the same. Currently I have the following code but it doesn't highlight just the matching pairs it would highlight in my previous example Row2 as well as the name matches that of Row1 and 3.
I would really appreciate some help on this please as my knowledge of excel is limited.![]()
Please Login or Register to view this content.
Many thanks,
Dom
Bookmarks