Hi all,
I have been searching high and low for a macro to compare 2 columns within a range (possibly selected) and highlight the rows that have duplicate values.
The columns would be:
Column 1 = AO
Column 2 = AS
Within the range selected, those 2 columns will always be the 2 being compared. If there is a way to make the range from the Do Until (Specifically column AO) ActiveCell.Value = Empty, that would be perfect also.
There are values in AO based on a macro I have that identifies unique names and distributes a unique number for those names. For instance, 3 rows in that selection may all be given the unique number of "1" because the name is the same within the range/criteria.
A basic example of this is:
Name: Unique #:
ABC123 1
ABF124 2
ABC123 1
ABG125 3
ABC123 1
ABF124 2
With that being said, I need AO to vlookup to AS, find duplicates and highlight the entire row with the duplicate.
I cannot use conditional formatting because there are already duplicates within AO, as shown above.
I have been searching high and low for a macro to compare 2 columns within a range (possibly selected) and highlight the rows that have duplicate values.
The columns would be:
Column 1 = AO
Column 2 = AS
Within the range selected, those 2 columns will always be the 2 being compared. If there is a way to make the range from the Do Until (Specifically column AO) ActiveCell.Value = Empty, that would be perfect also.
There are values in AO based on a macro I have that identifies unique names and distributes a unique number for those names. For instance, 3 rows in that selection may all be given the unique number of "1" because the name is the same within the range/criteria.
A basic example of this is:
Name: Unique #:
ABC123 1
ABF124 2
ABC123 1
ABG125 3
ABC123 1
ABF124 2
With that being said, I need AO to vlookup to AS, find duplicates and highlight the entire row with the duplicate.
I cannot use conditional formatting because there are already duplicates within AO, as shown above.