Okay I have created a VLookup but it is returning a value of '#N/A' even for the ones that should list a value. Here is what my VLookup looks like:
"=VLOOKUP(B2,PRICING,9,FALSE)",
Where Pricing is a cell reference to the sheet that I am trying to use the VLookup to find the values that correspond with the appropriate codes.
Inventory Catalog Sheet
ITEM_NO NDC UPC
1804731 55513003201 35551303201
1126283 55513004801 35551304801
1801976 55513009701 35551309701
1440049 14290055098 31429055098
1601863 00085141701 30085141701
Deaton Inventory
2N 2FE 2FW 3N 3FW 3FE Total Omnicell
2 2
2 2 4
3 3
NDC
66685100100
63739012815
Where the NDC numbers from each of these two spreadsheets match, leaving the ones that don't have a matching NDC from the Deaton Inventory file to leave the 2N, 2FE, 2FW, 3N, 3FW, 3FW, Total Omnicell fields blank.