Validation list

S

smskater

Is there a way of using a list from another worksheet without having
to bring the list into the current worksheet?
 
B

Biff

Hi!

Use a defined name.

Sheet2!A1:A10 named List

Data validation
Allow list
Source =List

Biff
 
Top