Dynamic Data validation Lists

C

Curriesun

Trying to create dynamic validation List (s)

After referring to one cell I need the data list to populate. If the
reference cell changes the data list changes.

Example: -

Reference cell = A1
Columns D2, E2 and F2 have data populated
Columns have headings, One, Two and Three

If in cell A1 I input One, the List (DV) is from D2 to "list" end.
If in cell A1 if I input Two, the List (DV) is from E2 to "list" end
If in cell A1 if I input Three, the List (DV) is from F2 to "list" end

Help greatly appreciated!
 
X

Xhawk57

Try =offset(B1,0,$A$1) where C1,D1,andE1 contain your lists and the formula
is input into A2 and carried down as many cells as the longest list. A 1, 2,
or 3 in A1 should return the desired list.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top