Hey everyone.
I have this long list of name where I have duplicates (sometimes even 9 repetitions of the same name).
If I use the duplicate tool it does give me the duplicates but it keeps one in the list of the Unique results.
For example:
1. England
2. Spain
3. England
4. England
5. England
The Unique tool would give me this result :
Unique: Englad, Spain
Duplicate: England, England, England
What I want to achieve is to have all records that are repeated in 1 list.
Like this:
Unique: Spain
Duplicate: England, England, England, England
Any ideas?