VLOOKUP Function

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

Guest

how would i get the description and unit price to automatically appear in th
eproduct thable when an item number is entered in the worksheet
 
the item number is column A and the description and unit price is on another
worksheet called product
 
You don't give us a lot to go on, but assuming you enter a product
number in A2, then put these formulae in the cells stated:

B2: =VLOOKUP(A2,product!$A$1:$C$1000,2,0)
C2: =VLOOKUP(A2,product!$A$1:$C$1000,3,0)

This assumes that your data in the product sheet occupies rows 1 to
1000 - adjust if necessary.

Hope this helps.

Pete
 

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

Similar Threads


Back
Top