AutoFilter lists unique values

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a large list of material invoices. There are material ID numbers that
reoccur on each invoice. When I activate the Auto Filter I see a list of
unique values in the drop down. Is there a simple way to get this unique list?
 
One way: You can use the Advanced Filter to get a unique list from a column.
Be sure to copy to a different location to avoid losing data.
 
R.J.H. said:
I have a large list of material invoices. There are material ID numbers that
reoccur on each invoice. When I activate the Auto Filter I see a list of
unique values in the drop down. Is there a simple way to get this unique list?
No claims as to simplicity, but if the functions in the freely
downloadable file at http:/home.pacbell.net/beban are available to your
workbook

=INDEX(ArrayUniques(data_range),ROW(A1)) copied down until you get a
#REF! error

Alan Beban
 

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

Back
Top