comparing workbooks

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

Guest

Can anyone advise a solution? I have two workbooks one is a stock list the
other is a complete price list. Both workbooks have a part number column
however more items appear in the price list than the stock list. I want to
automatically scan the complete price list to identify a part number that
appears in the stock list and then copy the price from the price list for
that part number into a new column on the stock list.
 
In cell B1 of the Stock list enter

=VLOOKUP(A1,[Book2]Sheet1!$A$1:$A$1000,2,0)
Change ranges to suit
 

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