Thread: ComboBox Values
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Darren[_3_] Darren[_3_] is offline
external usenet poster
 
Posts: 3
Default ComboBox Values

I have designed an electronic order form that allows the
customer to select a product (from a drop down box) and
enter the quantity required. Once the product combo box
loses the focus the next cell is supposed to calculate the
costs of the items i.e. Total Cost = Price of Product
selected * Quatity.

In column B7 to B25 is the name of the product and in
column C7 to C25 is the price of that product. What
combination of formulas would instruct Excel to get the
price that corresponds with the product selected in the
combobox and complete the calculation?

Cheers,
D