Thread: Price Lists
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson
 
Posts: n/a
Default Price Lists

It sounds like you could build a table with the part numbers in column A and the
prices in column B.

Then you could use data|validation for the dropdown and =vlookup() to retrieve
the price.

Debra Dalgleish has some notes for you:
http://www.contextures.com/xlDataVal01.html
and
http://www.contextures.com/xlFunctions02.html


Musky wrote:

I built an estimate spreadsheet, I want to be able to choose a product
from a dropdown that I created and have a price automatically come up
for that product in a different cell. Can anyone help?


--

Dave Peterson