Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi
Column A = Top Column B validations list = Top list 1 Column C validations list = Top list 2 or Column A = Bottom Column B validations list = Bottom list 1 Column C validations list = Bottom list 2 Is this possible without vba ? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming you have 4 lists named:
Top1 Top2 Bottom1 Bottom2 As the source for B1: =INDIRECT(A1&1) As the source for C1: =INDIRECT(A1&2) Note that if the lists are dynamic ranges defined using functions like OFFSET this won't work. -- Biff Microsoft Excel MVP wrote in message ... Hi Column A = Top Column B validations list = Top list 1 Column C validations list = Top list 2 or Column A = Bottom Column B validations list = Bottom list 1 Column C validations list = Bottom list 2 Is this possible without vba ? Thanks in advance. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Mar 8, 12:26*am, "T. Valko" wrote:
Assuming you have 4 lists named: Top1 Top2 Bottom1 Bottom2 As the source for B1: =INDIRECT(A1&1) As the source for C1: =INDIRECT(A1&2) Note that if the lists are dynamic ranges defined using functions like OFFSET this won't work. -- Biff Microsoft Excel MVP Will change all dynamic ranges surely. Thanks a lot T. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Validation/In-Cell Dropdown Lists | Excel Discussion (Misc queries) | |||
How to clear validation lists based on other validation lists | Excel Discussion (Misc queries) | |||
Data validation with validation lists and combo boxs | Excel Discussion (Misc queries) | |||
6 Data Validation lists depending on 1 cell value | Excel Discussion (Misc queries) | |||
how to add two data validation lists to a single cell? | Excel Worksheet Functions |