Data Validation

G

Galsaba

How can I create a drop down list, while the list of item to be choose will be
on a different worksheet?

GalSaba
 
P

Peo Sjoblom

Use a named range and then refer to that name, i.e.

list is in A1:A20 sheet2

select the range and name it MyList, now in the other sheet select the
cell, do data>validation>allow>list and use

=MyList



--
Regards,

Peo Sjoblom

(No private emails please, for everyone's
benefit keep the discussion in the newsgroup/forum)
 
Top