formula to compose a list of values

P

PeSt

Hello,

I looking for a formula or macro to compose automaticaly a list of unique
values based on a worksheet column
for instance

column B
A
A
E
B
E
B
B
C
then list of values is in different cells A and B and C and E

Any idea ?

thanks a lot for your help !

Lapeste
 
T

Teethless mama

=IF(ISERR(SMALL(IF(MATCH(List,List,0)=ROW(INDIRECT("1:"&ROWS(List))),MATCH(List,List,0)),ROWS($1:1))),"",INDEX(List,SMALL(IF(MATCH(List,List,0)=ROW(INDIRECT("1:"&ROWS(List))),MATCH(List,List,0)),ROWS($1:1))))

ctrl+shift+enter, not just enter
copy down
 

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