I need a formula to create a unique list from a column with duplicates, preferably an alphabetical list. I've tried a formula posted here:
=INDEX($A$2:$A$11,MATCH(0,COUNTIF($A$2:$A$11,"<"&$A$2:$A$11)-SUM(COUNTIF($A$2:$A$11,"="&B$1:B1)),0))
The trouble is that my range is 20,000 rows and my spreadsheet bogs down / stops. Google Spreadsheets has a BEAUTIFUL function called "Unique" that will do this. Is there an Excel equivalent?
Thank you!
Matt
=INDEX($A$2:$A$11,MATCH(0,COUNTIF($A$2:$A$11,"<"&$A$2:$A$11)-SUM(COUNTIF($A$2:$A$11,"="&B$1:B1)),0))
The trouble is that my range is 20,000 rows and my spreadsheet bogs down / stops. Google Spreadsheets has a BEAUTIFUL function called "Unique" that will do this. Is there an Excel equivalent?
Thank you!
Matt