View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Toppers Toppers is offline
external usenet poster
 
Posts: 4,339
Default Linking data on different worksheets

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

"dalenesa" wrote:

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?