Is there a way to display the unique values in a column ONLY?

Example:

AAPL
AAPL
AAPL
AAPL
AKAM
AMZN
AMZN
AMZN
AMZN
AMZN
AMZN

Expected result:

AAPL
AKAM
AMZN

I have already done a sort for multiple factors, and the first match for each is the best match.

I'm not sure if this is a vlookup or something else.

link|improve this question
feedback

migrated from stackoverflow.com Mar 31 '11 at 17:16

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 0 down vote accepted

Use an Advanced Filter and choose Unique Values only.

link|improve this answer
amazing..thank you...it worked perfectly. Have a great day, Lance. – Lostsoul Mar 31 '11 at 17:22
feedback

Build a pivot table on top of your data.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.