See Before You Delete
Deleting duplicate rows outright can feel risky, especially in data you do not fully trust yet. Highlighting duplicates first lets you see exactly which values repeat and where, so you can make an informed decision instead of guessing.
For Permanent Removal, Go One Step Further
If you decide the highlighted duplicates really should go, it is worth also learning how to find and remove duplicate values outright β between highlighting and removing, you can handle almost any duplicate-data cleanup without writing a single formula.
Frequently Asked Questions
Can it highlight only the second occurrence, not the original entry?
The default rule highlights every duplicate occurrence equally. To distinguish the first occurrence from later ones, you need a custom rule built with a COUNTIF formula.
Can this check for duplicates across multiple columns?
The built-in rule only detects duplicates within a single selected range. To check whether a combination of values across several columns repeats, you need to build a separate custom formula rule.