if or lookup for facturations

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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... ;-)
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top