unique list

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

Guest

ColumnA ColumnB
g g
d d
f f
a a
g h
h
h
a
f

I have a list of none sorted data in column A and I wish column B to list
the unique values as shown. Is there a way of doing this without using
'advanced filter' ? I've tried using LOOKUP and MATCH functions, but can't
see a way of doing it. Any help would be appreciated.

Rgds
 
Hi
in B1 enter the array formula:
INDEX($A$1:$A$10,MATCH(1,COUNTIF($A$1:$A$10,$A$1:$A$10),0))

and in B1 enter the array formula:
INDEX($A$1:$A$10,MATCH(1,COUNTIF($A$1:$A$10,$A$1:$A$10)*(COUNTIF
(B$1:B1,$A$1:$A$10)=0),0))
and copy this down as far as needed
 

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