View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default How do I tie prices to a drop down list of products in excel?

You can use a Lookup table and VLOOKUP formula.

Assumptions.........

You have products in A1:A12

You have prices in B1:B12

In C1 you have your DV drop-down with the products list.

In D1 enter =VLOOKUP(C1,A1:B12,2,FALSE)


Gord Dibben Excel MVP

On Fri, 2 Dec 2005 10:45:03 -0800, trspds
wrote:

How do I tie prices to a drop down list of products in excel? I have a column
of products that I turned into a drop down box and I have a column of prices
that I want to fill in when I select an item from the drop down list.