Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have two worksheets, "WS1" and "WS2". On WS1 there are two columns with the headings "ID" and "NAME" (The values for these start on row 3 and end in row 50). On WS2 I have a cell, G10. On WS2 i wish to add a drop down list, and in the list, will be all the values from WS1, Column B3 thru B50('NAMES' column). When i select a name in the list, I wish for the drop down list to display in cell G10, the ID from column A3 thru A50 on the same row as the choice in the drop down list. I tried this in excel, but the only thing I could get the drop down list to display in cell G10 was the row number of the name I selected. I also tried making G11 display the results of the drop down list and putting this formula in G10, and I just get "N/A": =INDEX(WS1!A3:A50,MATCH(G11,WS1!B3:B50,0)) Any ideas? -- cbrd ------------------------------------------------------------------------ cbrd's Profile: http://www.excelforum.com/member.php...o&userid=30009 View this thread: http://www.excelforum.com/showthread...hreadid=498666 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
drop down list based on other drop down list pick | Excel Discussion (Misc queries) | |||
Drop down list dependant on previous drop down list | Excel Discussion (Misc queries) | |||
Drop down lists that auto create and then filter the next drop down list | Excel Worksheet Functions | |||
Drop Down List choice selecting another drop down list | Excel Worksheet Functions | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) |