Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Morning All,
I have a cell, where depending on the result of another cell, I would like one of four drop down lists to appear for the user to make a selection. Example: If Cell A1=Monthly then Cell B1 will contain a list of months to choose from. If Cell A1="Quarterly" then Cell B1 will contain four quarter months. Any ideas? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I assume you start on sheet Sheet1. Select cell A1 on Sheet1 Data.Validation.List with Source='Monthly,Quarterly' Select a value for A1 Add a sheet, p.e. Options A1:A12 insert months B1;B4 insert quarters Insert.Name.Define: define a named range p.e. Period=IF(Sheet1!$A$1="Monthly",Options!$A$1:$A$12 ,Options!$B$1:$B$4) Select cell B1 on Sheet1 Data.Validation.List with Source=Period It's all Arvi Laanemets "CiaraG" wrote in message ... Morning All, I have a cell, where depending on the result of another cell, I would like one of four drop down lists to appear for the user to make a selection. Example: If Cell A1=Monthly then Cell B1 will contain a list of months to choose from. If Cell A1="Quarterly" then Cell B1 will contain four quarter months. Any ideas? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
custom data validation on cells with data validation values | Excel Worksheet Functions | |||
Validation Data using Validation Table cell range..... | Excel Discussion (Misc queries) | |||
data validation invalid in dynamic validation list | Excel Discussion (Misc queries) | |||
data validation invalid in dynamic validation list | Excel Worksheet Functions | |||
Data validation with validation lists and combo boxs | Excel Discussion (Misc queries) |