Drop down menus and functions problem

P

pyzikchr

I am creating a mileage expense form for work. I have set the form u
so that the starting points and destinations are drop down menus i
their respective cells. The problem I am having is that when th
starting point and the destination are selected I would like th
mileage traveled to show up in the cell next to it. I have created
table of the mileages, but I have no clue how to use the functions t
have the drop down menus to correspond to the mileages on the chart
 
J

jeff

Hi,

How about having a hidden column that combines your
start and destinations beside your mileages. then you
can use a VLookup formula to plug in the values
(Vlookup(A3&B3,C1:C20,1)) :

e.g.
Start Destination (Hidden) Mileage
Columbus Cincinnati ColumbusCincinnati 150
Newark Boston NewarkBoston 450

jeff
 

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

Similar Threads

Drop Down Menus 1
Drop down list for multi cells 3
Lock drop down menus 1
Drop Down menus 1
list problems...... 1
list cell problems...... 1
Drop-Down Menus 6
drop down menu for excel 2007 3

Top