I need remove duplicate entries from an Excel spreadsheet of 11K records. However, I don't need just to filter the list. If there are duplicate (or triple) entries, I need to remove the identical rows. For example:
Apples
Apples
Apples
Orange
Banana
Grape
Grape
I'd need to remove all occurrences of Apples and all occurrences of Grape.
Any ideas?
Bookmarks