Data validation

ccameron

Board Regular
Joined
Jul 3, 2010
Messages
226
I am trying to do a list with a drop down box, I can get it to work if the data is on the same sheet as the drop down box, but would like to be able to get the data from another sheet, can antone help me please?
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hi,

If you want to pull data from another Worksheet, you have to name the range and point the data validation to that named range.

Post back if you want to know more about named ranges.

Matty
 
Upvote 0
Edit: Sorry, hadn't seen your last reply. :)

On the sheet that has the list of values ...

1. Select the list of values.

2. In the Name Box (white box just above the top left of the column labels) type:
myList
and then press Enter.

On the sheet where you want the Data Validation drop-down ...

3. Select the Cell where you want the drop-down.

4. In the Data Validation dialog:
Settings tab|Allow: List|Source: =myList|OK
 
Upvote 0

Forum statistics

Threads
1,219,162
Messages
6,146,660
Members
450,706
Latest member
LGVBPP

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