Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to make multiple cells fill in based on a selection in a drop
down box? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe creating a table that has the values in the leftmost column and the values
to be retrieved in the 2nd through nth column. Then you could use =vlookup() =if(a1="","",vlookup(a1,sheet2!a:e,2,false)) You may want to read Debra Dalgleish's notes: http://www.contextures.com/xlFunctions02.html Steve wrote: Is there a way to make multiple cells fill in based on a selection in a drop down box? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can you make a drop down list in a drop down list? | Excel Discussion (Misc queries) | |||
multiple select from the drop down list in excel. list in one sheet and drop down in | Excel Discussion (Misc queries) | |||
advanced: synchronizing data value across two worksheet drop boxes | Excel Worksheet Functions | |||
formulas for drop down menus | Excel Discussion (Misc queries) | |||
automatic color change in cells using a drop down list | Excel Worksheet Functions |