at, if statement with text, such as if(product), then (price)

G

Guest

I have a price list with descriptions, item codes and prices. I just want to
use something simple like an at, if statement to tell the worksheet if this
product is selected from my drop down list, then return this price and item
code. I'm sure this is so simple, but I'm not having any luck.
Please help
Thanks
 
B

Bob Phillips

Assuming the Dropdown is in B2, and the price list is in M1:O20

=VLOOKUP(B2,$M$1:$O$209,2,False)

and


=VLOOKUP(B2,$M$1:$O$209,3,False)

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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