Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am working with a workbook created by someone else where there are three
drop-down lists for Division, Region and State respectively. The lists for the drop-down boxes are side by side, i.e. there are say 5 entries for Division under column A, 10 for Region under column B and 50 for State under column C. The boxes should work independently, but if I choose one of the first 5 states in the States box, the Division and Region boxes will be filled in automatically with the information in the same row as the state. If I choose a state in rows 6 to 10, only the Division from those rows will populate the Division box. Does anyone have a suggestion as to the reason for this? I can't find any formula with Offset or Match, or anything in the VBA code that would explain it. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Actually, what I would like to do is set these three list boxes so that if an
entry is made in one, the other two are blanked. "Christine" wrote: I am working with a workbook created by someone else where there are three drop-down lists for Division, Region and State respectively. The lists for the drop-down boxes are side by side, i.e. there are say 5 entries for Division under column A, 10 for Region under column B and 50 for State under column C. The boxes should work independently, but if I choose one of the first 5 states in the States box, the Division and Region boxes will be filled in automatically with the information in the same row as the state. If I choose a state in rows 6 to 10, only the Division from those rows will populate the Division box. Does anyone have a suggestion as to the reason for this? I can't find any formula with Offset or Match, or anything in the VBA code that would explain it. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Does this do what you want?
http://www.contextures.com/xlDataVal13.html http://www.contextures.on.ca/xlDataVal01.html Regards, Ryan--- -- RyGuy "Christine" wrote: Actually, what I would like to do is set these three list boxes so that if an entry is made in one, the other two are blanked. "Christine" wrote: I am working with a workbook created by someone else where there are three drop-down lists for Division, Region and State respectively. The lists for the drop-down boxes are side by side, i.e. there are say 5 entries for Division under column A, 10 for Region under column B and 50 for State under column C. The boxes should work independently, but if I choose one of the first 5 states in the States box, the Division and Region boxes will be filled in automatically with the information in the same row as the state. If I choose a state in rows 6 to 10, only the Division from those rows will populate the Division box. Does anyone have a suggestion as to the reason for this? I can't find any formula with Offset or Match, or anything in the VBA code that would explain it. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dependent Drop Down Boxes | Excel Worksheet Functions | |||
How do I create dependent combo-boxes? | Excel Discussion (Misc queries) | |||
Multiple dependent drop down boxes | Excel Discussion (Misc queries) | |||
dependent dropdown boxes | Excel Worksheet Functions | |||
dependent drop down boxes and dynamic ranges | Excel Worksheet Functions |