Hi,
Try this, with your list in column A and this in B1, but enter this an array formula - Ctrl+Shift+Enter so that { } appear in the formula bar around the formula.
=INDEX(A1:A17,SMALL(IF(MATCH(A1:A17,A1:A17,0)=ROW(INDIRECT("1:"&ROWS(A1:A17))),MATCH(A1:A17,A1:A17,0),""),ROW(INDIRECT("1:"&ROWS(A1:A17)))))
Alter the ranges to yours, then copy the formula down column B - double click the little square in the bottom right corner of B1.
Then copy column B, paste special > values. Then select all cells with #NUM! and press delete. You should now have a unique list.
Bookmarks