Yes I mean delete the non duplicates. I'm attempting to easily find which records are duplicates
I was thinking of a way that I could do this all in one column
For example
1
1
2
3
4
4
4
5
6
I would want just
1
1
4
4
4
to be flagged or shown
Or it could be done the opposite way, by deleting the duplicates in the column and then I could compare that to the original column with the duplicates.
Thanks, hope it's not too confusing...