In response to
"Remove duplicates....that's so simple that it's genius."
by
ty97
|
Additionally If you want to visualize duplicates you can set up conditional formatting with a custom formula
Posted by
Max
Nov 3 '22, 12:14
|
In google sheets I enter this in the Format Rules. Custom formula is
=COUNTIFS($A$3:$A3,$A3)>1 with a font or fill color
Anything that duplicates something in all the cells above it gets lit up.
I prefer this step first before outright deleting duplicates because there might be some reason I want to keep them.
|
Responses:
|