I need a formula takes unique values of column A(that means no similar values in column A) and highlight the cell it if a unique value exist in column B.
Ex:
A B
11 84
22 56
33 11
44 22
55 22
44 33
66 44
Like in the above example 11 and 33 got highlighted but not 22 and 44.
here I have highlighted font colour but I need cell to be highlighed.
I have a formula " =countif($B:$B, $A1) ""
but it highlights 22 and 44.
Bookmarks