Trying to highlight duplicate row-based cells in Google Sheets. What is the most simple formula I could use to do this?
I've tried using VLOOKUP
and COUNTIF
, but maybe I'm using them incorrectly. Some duplicate cells are being highlighted and some are not. I've cleared formatting after every try.
I've been using:
=countif(F:F,G1)
and
=EQ(VLOOKUP(F1, G:G, 1, FALSE), F1)