C
clayton
First step:
I want to be able to lookup a cell value from workbook1.xls and the
find that value in workbook2.xls sheet1.
Second step:
Then, I need to copy the averages (named cells) from workbook1.xls t
workbook2.xls sheet1.
So, for example, workbook1.xls has a value of 0016 in cell D5. I pres
the magic button and it looks at 0016 then switches to workbook2.xls
It looks at column C and searches for 0016 in that column.
After it finds 0016 in column C it then looks back at workbook1.xls an
finds the value in "weightavg" (named cell) and copies that value int
workbook2.xls column D (to the right of the found cell).
Then looks BACK at workbook1.xls again and finds the value i
"thickavg" (named cell) and copies that value into workbook2.xls colum
E.
This goes on for 10 different named cells of worksheet1.xls.
Any suggestions as to how I might accomplish this
I want to be able to lookup a cell value from workbook1.xls and the
find that value in workbook2.xls sheet1.
Second step:
Then, I need to copy the averages (named cells) from workbook1.xls t
workbook2.xls sheet1.
So, for example, workbook1.xls has a value of 0016 in cell D5. I pres
the magic button and it looks at 0016 then switches to workbook2.xls
It looks at column C and searches for 0016 in that column.
After it finds 0016 in column C it then looks back at workbook1.xls an
finds the value in "weightavg" (named cell) and copies that value int
workbook2.xls column D (to the right of the found cell).
Then looks BACK at workbook1.xls again and finds the value i
"thickavg" (named cell) and copies that value into workbook2.xls colum
E.
This goes on for 10 different named cells of worksheet1.xls.
Any suggestions as to how I might accomplish this