Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have 3 lists defined in worksheet 2, lists A, B, C. In worksheet 1, the
cells in column A will equal either A, B, or C. I want the dropdown list in column 2 to be conditional of the value in column 1. column a column b A List A C List C A List A B List B etc... I'm having a lot of trouble figuring this one out. Any ideas or help? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Let's suppose list A in colummn A, list B in column B and list C in
column C. Define ListA as referring to : =OFFSET(Sheet2!$A$1,,,COUNTA(Sheet2!$A:$A)) same thing for ListB and ListC Select column B and with data validation list, enter the formula : =IF(A1="a",ListA,IF(A1="b",ListB,IF(A1="c",ListC," "))) For better understanding, here is the sample file : http://www.filedropper.com/081120 HTH Daniel I have 3 lists defined in worksheet 2, lists A, B, C. In worksheet 1, the cells in column A will equal either A, B, or C. I want the dropdown list in column 2 to be conditional of the value in column 1. column a column b A List A C List C A List A B List B etc... I'm having a lot of trouble figuring this one out. Any ideas or help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How generate new list in another worksheet from existing list? | Excel Worksheet Functions | |||
Generate list | Excel Worksheet Functions | |||
How to generate a list from a table | Excel Discussion (Misc queries) | |||
How can I generate a list of the worksheets by name | Excel Discussion (Misc queries) | |||
generate a menu list | Excel Discussion (Misc queries) |