I need all duplicate for a particular value with same column color.This will help me in finding how many duplicates are there for a particular value,corresponding column values etc.
Please find Sample Excel. If I do Conditional formatting, highlight duplicates, this will give same color to all the duplicates irrespective of values.This wont solve the purpose.
Also suggest other way of differentiating in duplicate values in excel if any.
I need all duplicate for a particular value with same column color.This will help
Share
There’s no way to do what you want with conditional formatting, but I reckon the following macro will do what you want. It builds a dictionary of unique values and assigns a random colour to each, which is then matched and reused for any duplicates.