using validation for data "on another sheet"

Duane

Board Regular
Joined
Mar 14, 2002
Messages
229
I've seen this tip somewhere, but can't find
it, and need it "right now"!

I want to control what a user enters into a
column. I have a list of possible data
options on another sheet in the workbook.

Using validation "from list" demands that
the list be on the same sheet as the cell(s)
that are being validated.

I know there is a simple way to bypass this
silly limitation - can someone please remind
me asap?! I do not want to copy the list to
a remote area of the validation sheet, I
just want validation to pull from the sheet
with the data options.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
If you name the range with the valid entries, you can then reference the named range instead of the range itself.

Excel will let you access the named range, even if it is on another sheet in the same workbook.
 
Upvote 0
Thanks Tim!

OK, I've named the range against which I want to validate...

HOW do I enter that range name in the validation dialogue box again?

Thanks for this clarification...
 
Upvote 0
On 2002-03-26 14:44, Duane wrote:
Thanks Tim!

OK, I've named the range against which I want to validate...

HOW do I enter that range name in the validation dialogue box again?

Thanks for this clarification...

Activate the target cell, say, E2.
Activate the option Data|Validation.
Choose 'List' for Allow.
Enter as Source:

=RangeName

Click OK.
 
Upvote 0

Forum statistics

Threads
1,214,646
Messages
6,120,716
Members
448,985
Latest member
chocbudda

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top