Is this possible? There must be an easier way than sorting by name and they manually picking out the duplicates. I am going through a list of 10,000 entries.
sort by name then make a new column that checks if the row above it is the same
something like
=IFF(B1=A1,"Same", "")
Then filter to only show rows with a value in that column.
Not sure if there is an easier way.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.