I will have the following Excel (2007) files:
One file has part numbers and part descriptions (in rows).
One file has part numbers and inventory counts, cost data, etc. (also in rows). (The routine that creates this file cannot also pull the part descriptions with the part numbers.)
I want to be able to set up a means whereby for each part number, the formula or macro will then look in the first file for the same part number and copy the corresponding part description to a blank adjacent column in the second file.
First file column headings would be part number and part description.
Second file column headings would be part number and part description and then the rest of the column headings.
I would likely have the macro/formula saved in its own file and paste the data from the second file into the workbook file with formula or macro and use it that way. I guess I could also add the macro/formula into the second file, too.
Thanks.