Drop down list - cell range

Ttops

New Member
Joined
Mar 26, 2009
Messages
2
I am trying to create a drop down list that will span over several cells.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p> </o:p>
Column A is a list of Cabin Names
Column B is the Map letter where the cabin is located
Column C is the Alarm Code for that cabin
<o:p> </o:p>
I have all this information on one sheet that I can create the list from.
<o:p> </o:p>
On the main data entry worksheet I want to enter cell ‘A:whatever’, with a dropdown list, select Cabin 123 and have the Map letter display in cell ‘B:whatever’ and the Alarm Code display in cell ‘C:whatever’.
<o:p> </o:p>
Any questions that might help clarify what I am trying to accomplish will be welcome. Please bear in mind that I am new to this.
<o:p> </o:p>
Thank you
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Hello,

instead of a drop down box, why not use DATA --> VALIDATION and allow LIST and enter the range of cabins, then use VLOOKUP? for cols B & C?
 
Upvote 0
I know how to use the DATA---VALIDATION---LIST feature and have used it for other selection criteria - it didn't seem to want to use a range of cells.

I'm not familiar with VLOOKUP but am busy reading all my "Dummies" books for information. Any other suggestions for research material?

Thank you

I
 
Upvote 0
I know how to use the DATA---VALIDATION---LIST feature and have used it for other selection criteria - it didn't seem to want to use a range of cells.

I'm not familiar with VLOOKUP but am busy reading all my "Dummies" books for information. Any other suggestions for research material?

Thank you

I
To use a list from another sheet in Data validation, you need to name the range that conatins the list. Say you name that range that contains the list of cabins as 'Cabins', then for Data Validation on the other sheet, use Allow: List and in the source box put =Cabins

For VLOOKUP, also have a look in Excel's built-in Help as there is fairly good explanation and examples there.
 
Upvote 0

Forum statistics

Threads
1,214,814
Messages
6,121,711
Members
449,049
Latest member
THMarana

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