I believe I am attempting to use VLOOKUP as described, however I am getting a #NAME? error I can't seem to resolve. I have a project worksheet which lists certain inventory item numbers in column A, and I am trying to look up the current price of those items on a master price list (which is on another worksheet) using the item number, not a cell reference. My formula is: =VLOOKUP(A1, ARINVT_E [the worksheet with the master inventory],9 [the column containing the current price]) If I use the wizard, I get the #NAME? error on the array_table line, even if I copy the master inventory list into the same workbook as Sheet 2. The list of inventory items is Column A of the master price list. What am I doing wrong?

