Google sheets doesn't have a preset conditional formatting for duplicate cells. I need to highlight the cells in column A and B that contains a match/duplicate between the two of them.
You should show your code (your attempt to do it for yourself).
– VorganHaze
1 Answers
18
votes
Please clear formatting from ColumnsA:B, select ColumnA and Format, Conditional formatting..., Format cells if... Custom formula is and:
=countif(B:B,A1)
Then select fill of choice and Done.
Select ColumnB and repeat with:
=countif(A:A,B1)
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.OkRead more