List on different worksheet

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

Guest

I wish to create a drop down list and put the list on a different worksheet
than where the drop down will be used. I also want to validate. I was able
to put the actual list on a separate worksheet using a named range but it
when a value not contained in the list was typed in the cell it did not apply
the validation (normally a stop message would come up if you indicate to do
so).

How do I ensure there is validation when a list is located on a separate
worksheet?

Attila
 
It works, are you using the list under allow as

=MyList

where MyList is the name of the list?

works fine for me


Regards,

Peo Sjoblom
 
Attila

Perhaps you have unchecked the option "show error alert after invalid data is
entered".

Found under the DV "error" tab.

Has nothing to do with using a named range from another sheet.


Gord Dibben Excel MVP
 
If you included any blank cells in the named range, you will be able to
type any value in the cell with data validation. If you're leaving
blanks so the list can grow, you can use a dynamic name for the range
instead. There are instructions here:

http://www.contextures.com/xlNames01.html
 

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