vlookup with dropdown list

V

vcff

I need to extract info from a dropdown list with reference to another cell
but cannot figure out how .

A1 : with data vadilation to select from a range list named as "list"
B1 : =IF(AI="","",VLOOKUP(A1,list,2,0))
C1 : =IF(AI="","",VLOOKUP(A1,list,3,0))
D1 : =IF(AI="","",VLOOKUP(A1,list,6,0))

E1 : in this cell, I need it to base on cell A1 selection and have a
dropdown list (like data vadilation) to select from a data list under the
name "area"

F1 : in this cell, it will base on cell E1 selection and have a dropdown
list to select from a data lsit under the name "location"

Pls help (had only figure out to put the data in one worksheet by naming the
data range and be used within the workbook

vcff
 

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