adding a price to an item in a drop-down list

N

Nat

Okay, I have created a data-validation for a list of items, however, i need the list, so that whatever item you pick from the list produces a price into the adjacent cell? Can anyone help???
 
T

Tom Ogilvy

look in help at the Vlookup function. The first argument would be the cell
with the data validation. The second would be the range where you have the
items listed with there prices in the next column over (same row).

Then the third argument would be 2 (or if the prices are farther away then
the next column, the appropriate number of columns) and the forth argument
would be False. This table/range is probably where you are getting the
validation list from anyway.

--
Regards,
Tom Ogilvy

Nat said:
Okay, I have created a data-validation for a list of items, however, i
need the list, so that whatever item you pick from the list produces a price
into the adjacent cell? Can anyone help???
 

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