Excel Defined Name List in Index dropdown -
i have cells list following
**mylist** 1 green 2 blue 3 red 4 yellow 5 special 6 special
and have specials list defined special
**special** apple banana grapes
i have formula looks match , displays value in drop down if 2 listed in left-most column blue drop down selection.
=index($a$15:$b$20,match($e20,$a$15:$a$20,0),2)
but drop down cells 5 , 6 'special' not drop down defined list name(special) contents.
how can include defined name in formula?
set lookup table more closely represent following:
base f20 data validation list's source: on following formula,
=offset(index($b$15:$b$20, match(e20, $a$15:$a$20, 0)), 0, 0, 1, match("zzz", index($b$15:$d$20, match(e20, $a$15:$a$20, 0), 0)))
the dynamic list in f20 should follow table lookup value in e20.
if running out of room (c19:d20) may have relocate list altogether.
Comments
Post a Comment