You make a table somewhere within your workbook (possibly expand on the
source list for your drop down?) with your data that comprises your
drop down list and in the adjacent column list the prices that are
associated to each item in your list.
Then use a VLOOKUP() formula in column C of the sheet containing your
drop down. When an item is selected from your drop down the formula
will display the associated price from your table.
Something like:
=VLOOKUP(cell holding the drop down,sheet name & range of your
table,2,0)
--
Cutter
------------------------------------------------------------------------
Cutter's Profile:
http://www.excelforum.com/member.php...fo&userid=9848
View this thread:
http://www.excelforum.com/showthread...hreadid=532065