Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I'd like a dropdown list to apper when criterion isn't met. For example:
=IF(J1="","",dropdown list using a list called =Options) Because I don't want a drop down list in every cell in the column, and it would take too long to do it manually, can this be done? -- Traa Dy Liooar Jock |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi,
Functions return values to the spreadsheet they do not return list, or take actions. You can return the list called Options to the IF function but it will not be a drop down list. To do this you would need to write VBA. -- Cheers, Shane Devenshire "Jock" wrote: I'd like a dropdown list to apper when criterion isn't met. For example: =IF(J1="","",dropdown list using a list called =Options) Because I don't want a drop down list in every cell in the column, and it would take too long to do it manually, can this be done? -- Traa Dy Liooar Jock |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dropdown list doesn't display from the top of the list | Excel Discussion (Misc queries) | |||
Dropdown List - list item endings not visible if column too narrow | Excel Discussion (Misc queries) | |||
result of selecting from the dropdown list should be a dropdown list | Excel Worksheet Functions | |||
result of selecting from the dropdown list should be a dropdown list | Excel Worksheet Functions | |||
Dropdown list | New Users to Excel |