Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
is there a way to incorporate an if statement and a list? I want to use an
if statement which would allow me to list a group of choices based on what is selected in a different cell. for example, if i choose "A" from a list in a cell a1, it will pull only a list defined as "A" in cell a2. |
#2
![]() |
|||
|
|||
![]()
Lets say you have two lists named aList and bList. For the Source range in
the Data Validation dialog you could enter this formula: =INDIRECT(A1&"List") So an "a" in A1 returns the string "aList" which the INDIRECT function converts to the named range. -- Jim "changj3" wrote in message ... | is there a way to incorporate an if statement and a list? I want to use an | if statement which would allow me to list a group of choices based on what is | selected in a different cell. for example, if i choose "A" from a list in a | cell a1, it will pull only a list defined as "A" in cell a2. |
#3
![]() |
|||
|
|||
![]()
Just to add to Jim's post...
Debra Dalgleish has some instructions at: http://contextures.com/xlDataVal02.html To show how to use one list dependent on a different cell. changj3 wrote: is there a way to incorporate an if statement and a list? I want to use an if statement which would allow me to list a group of choices based on what is selected in a different cell. for example, if i choose "A" from a list in a cell a1, it will pull only a list defined as "A" in cell a2. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data validation screen size | Excel Discussion (Misc queries) | |||
data validation lists | Excel Discussion (Misc queries) | |||
named range, data validation: list non-selected items, and new added items | Excel Discussion (Misc queries) | |||
Pulling data from 1 sheet to another | Excel Worksheet Functions | |||
Using Validation List from Another Workbook with Dependent Data | Excel Worksheet Functions |