Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
To create dropdown lists in the cells, you can use data validation.
There are instructions he http://www.contextures.com/xlDataVal01.html In your workbook, type the list of colours in a column. Name this list, e.g. ColourList There are instructions here for naming ranges: http://www.contextures.com/xlNames01.html In another column, type: N/A Name this cell, e.g. NAList Select the cells in which you want the lists Choose DataValidation For Allow, choose List In the Source box, type a formula that refers to the cell with the number of shirts, e.g.: =IF(C20,ColourList,NAList) Click OK Markswife3 wrote: Hello, Is there a way to list valid values to select only if a condition is met? For example, if # of shirts 0, then allow user to select color (white, black or red). If # of shirts = 0, then automaticallu populate color with N/A. Thanks, -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CountIf Condition based on lookup in a list of values | Excel Worksheet Functions | |||
Formula to check against a list of valid values | Excel Worksheet Functions | |||
Retain Conditional Format When Condition Is No Longer Valid | Excel Discussion (Misc queries) | |||
How to valid the values? | Excel Worksheet Functions | |||
How to valid the date with given condition? | Excel Discussion (Misc queries) |