I have a price list with vendor part numbers to which I need to add the part numbers that our work Point of sale system recognizes. Here's what I've got
Sheet 1: Column A: Vendor Part number; Column B: our part number
Example: Column A: 1AK0107: Column B: X82-520
Sheet 2: Column A: The column I want to put our number into; Column B: The vendor's part numbers; then more columns with prices, etc
I want to use a VLOOKUP formula in Column A of sheet 2 to look up our part number and insert it into column A. Thereby giving me one sheet with the part numbers that our computer recognizes and prices to go with them.
Here's the formula that I'm using in Column one of sheet two: =VLOOKUP(B2,Sheet1!A:B,2,FALSE)
Why isn't this working?
Thanks for any help.
Bookmarks