View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
JB JB is offline
external usenet poster
 
Posts: 115
Default Create list with macro

Dynamic With formula:

Rng =OffSet(Feuil1!$A$2,,,CountA(Feuil1!$A:$A))

In C2:
=INDEX(Rng,MIN(IF(Rng<"",IF(COUNTIF(C$1:C1,Rng)=0 ,ROW(INDIRECT
("1:"&ROWS(Rng))),ROWS(Rng)))))
Valid with Shift+ctrl+Enter

http://cjoint.com/?jtgonUhisn

JB
http://boisgontierjacques.free.fr/


On 18 sep, 22:54, David T wrote:
I have a list of items in column A and I need to create a drop down list in
column B *that excludes any duplicate data. *Does anyone have a macro that
can do this?

Column A *Column B
apple * * * *{drop down list inserted here}
pears
orange
apple
orange