Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If your DV (data validation) droplist names are defined ranges (named ranges),
try wrapping INDIRECT around the DV cell, Eg: = VLOOKUP(B2,INDIRECT(A2),2,0) where A2 contains the droplist for the named ranges, which would be used as the table array in the vlookup If the DV is just to select text, then it should work as-is, unless there are extraneous white spaces within the names returned by the DV throwing the matching off, Wrap TRIM around it, Eg: =VLOOKUP(TRIM(A2), ....) where A2 contains the droplist for the names -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "qjumper" wrote: I would like to pick a name from a drop down list and use the selected name in a formula. I have set up the names and entered the values. I have created the drop down list but whenever I try to use the name selected my formula does not treat the selection as a name. Could anyone help. -- Qjumper |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Picking second high from a list | Excel Discussion (Misc queries) | |||
Picking the list from data | Excel Worksheet Functions | |||
Picking every monday from a list of dates | Excel Discussion (Misc queries) | |||
how do i sort a list from cells by picking a specific letter? | Excel Discussion (Misc queries) | |||
Picking Values from a list | Excel Worksheet Functions |