I can't quite figure this out:
I want to Conditional Format Duplicate Cell Values in Each Row in Google Sheets. Say you have this data set:
I want a formula to highlight the cells containing duplicates in an individual row for all rows.
So in the first it should highlight the 1s in the 2nd and 3rd column. In the second row it should highlight the 2s in in the 2nd and 3rd column. In the third and fourth row, nothing should highlight. In the fifth row, the 6s in the 1st and 2nd column should highlight.
It should NOT highlight the 2 in the 3rd row, because that is the only 2 in that row.
Any help is appreciated!
Can't really tell without sight of you sheet but perhaps something like the following as a Custom formula is:
with formatting of your choice applied to Range:
A:E
.