View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Chrisinct Chrisinct is offline
external usenet poster
 
Posts: 16
Default auto populating a cell based on another cell for an invoice

I need to auto populate a cell for an invoice based on another cell that is
populated from a list.

Example- B@ = a list consisting of the following Car, Truck, Plane, Ship
A car costs $10, a truck $20, a Plane $30 and a Ship $40. A is the number
of items described in B.

When I pick Car from the dropdown list to populate B2 I want C2 to populate
with $10 so that it can be multiplied by the number of items from A2 to give
me a total dollar amount in D2.

I appreciate any assistance you can give.