G
Guest
I'd add a helper column to do this. Let's say your data is in B2:B1000. In
your helper column, put this
=countif(B$2:B$1000,B2)
And copy to the end.
I'd then use autofilter to find all values of the helper column that are
greater than 1.
your helper column, put this
=countif(B$2:B$1000,B2)
And copy to the end.
I'd then use autofilter to find all values of the helper column that are
greater than 1.