Identify Unique entries in a list

N

Neil Bhandar

Hello:

I have a column with 24K entires I need a derive a short
list of unique entires?

Is there an easy way of doing this?

I am currently doing this with a Macro (Sort data and
bubble search) and it takes tooo long.

Any help is appreciated,
-Neil
 
J

Jason Morin

Try this in row 1:

=COUNTIF($A$1:A1,A1)=1

and copy down. Then sort descending for this column.

HTH
Jason
Atlanta, GA
 
J

Joe Gieder

Have you tried creating a pivot table? I use them all the
time to consolidate Bills Of Materials and they work for
me.

Joe
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top