In Excel I sort the data then compare the current row to previous row. Return true if the current row matches the previous row. Delete all rows marked as true.
This is what I do. Sort alphabetically then in col to right second row (B2) add formula e.g. =if(A1=A2,0,1). Double click the formula to copy all the way down.
All duplicates will have a 0 next to them, originals a 1. Now copy the new column and paste over as 'values'.
Sort by the new column and delete all the ones with a zero.
Alternatively stop being a spreadsheet faggot and learn how to use a database.
(post is archived)