Jonathan VH replied to harry bemus
09-Feb-10 12:37 PM
Create three new VLOOKUP columns in your formatted worksheet. E.g., if the new file from the mainframe is named NewData.xls, both files have the part number in column A, and the OnHand Inventory is in column D of the new workbook file, with your formatted workbook open, open the NewData workbook and then switch the window back to your original file (Alt+W,2). Then enter a formula like this in the second row and the column for the updated quantity:
=VLOOKUP($A2,[NewData.xls]Sheet1!A:Z,4,FALSE)
You can then copy that down your range of data (select the cell with the formula and double-click its fill handle). Create similar formulas for the other new columns, changing the column postion (4, in the above formula) to correspond to the column with the value being looked up.