Linking data on different worksheets

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

Guest

Hi,
I have a worksheet with item codes and prices and a worksheet with a
invoice/quotation. By typing in the item code on the invoice, I would like
exel to put in the price automaticaly.

Can this be done, and if so, how do I go about to get this done?
 
See VLOOKUP function

=VLOOKUP("itemcode",Sheet1!A:B,2,0)

where columns A & B of sheet1 contains item codes and prices

"itemcode" is cell with item code
 

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