Hello,
I have been making an excel sheet and have a question in regards with conditional formatting and duplicate handling.
I want to be able to use conditional formatting to compare 2 columns but have the conditional formatting only highlight the amount of duplicates that exist in the lookup column. So if the same amount of duplicates exists 3 times in the lookup columns but 4 times in the highlighted column, that it only highlights 3 out of the 4 duplicates.
Currently if it finds a single value it will highlight all the duplicates after a single match in the lookup column.
I can imagine this can be done using vlookup and countif but not having much luck asking google.
I'm using the below rules currently but they do not handle the duplicates how i would like.
=NOT(ISNA(VLOOKUP(N1,$G:$G,1,FALSE)))
=ISNUMBER(MATCH(N1,$G$2:$G$1000,0))
Thank you in advance for the help.
Richard
I have been making an excel sheet and have a question in regards with conditional formatting and duplicate handling.
I want to be able to use conditional formatting to compare 2 columns but have the conditional formatting only highlight the amount of duplicates that exist in the lookup column. So if the same amount of duplicates exists 3 times in the lookup columns but 4 times in the highlighted column, that it only highlights 3 out of the 4 duplicates.
Currently if it finds a single value it will highlight all the duplicates after a single match in the lookup column.
I can imagine this can be done using vlookup and countif but not having much luck asking google.
I'm using the below rules currently but they do not handle the duplicates how i would like.
=NOT(ISNA(VLOOKUP(N1,$G:$G,1,FALSE)))
=ISNUMBER(MATCH(N1,$G$2:$G$1000,0))
Thank you in advance for the help.
Richard