I have a dropdown in a cell, how can I get corresponding data for.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a dropdown list for items in a cell, I need the corresponding
price for the item selected to appear in another cell.
 
The VLOOKUP function will do it. You'll need to have a list items and
their price. Use HELP for function details. Reply if you need more
assistance.

Mike
 
The VLOOKUP function will do it. You'll need to have a list items and
their price. Use HELP for function details. Reply if you need more
assistance.

Mike
 
You can use a VLookup formula to return the matching data when a
selection is made from the data validation dropdown.

There are instructions for VLookup in Excel's help, and here:

http://www.contextures.com/xlFunctions02.html

There's a sample file here that uses data validation and a VLookup
formula to fill in an order form:

http://www.contextures.com/excelfiles.html

Under 'Data Validation' look for "Order Form". It might give you some
ideas for your workbook.
 

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

Back
Top