View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default if or lookup for facturations

One way:

Assume you have, on a second sheet (Sheet2) a table of items (column A)
and prices (column B):

B1: =VLOOKUP(A1,Sheet2!A:B, 2, FALSE)


In article ,
BluTs wrote:

i'm trying to find the wright formula for a facturations problem
i've got a pull down menu in my sheet, i want the next cell to show the
price of the item i choose in the pull down menu

exemple: i choose motor in cell a1 and i want to show the price in cell a2

please help... ;-)