• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

data validation

Sneaky ninja method:

Several Excel features "claim" that you can't reference another worksheet (advanced filter, data validation, etc). However, if your first setup a named range, it'll work just fine. So, define "MyRange" as:

='Sheet2'!$A$2:$A$10


Then, in your data validation, list is:

=MyRange


Voila! Excel has no problem. =)

http://www.contextures.com/xldataval05.html
 
You can also type it in manually to refer to another sheet. So in the data validation field you can type:

='Sheet2'!$A$2:$A$10

This is a less preferable way of doing it in my opinion, but it is an option.
 
Back
Top