I havee two files(workbooks) 'A' is a summary of another workbook 'B'. Workbook 'A' has a list of names and a associated value, 'B' has the details with worksheets matching a name field in the 'A' workbook. As follows:
WorkBook
A B
column 1 list of names Worksheets matching names
column 2 values from 'B' worksheet contain value
A - first column has people's names, 2nd column a value
B - contains the value to be added to 'A' on a worksheet called the person's name.
Question: How does the value get on the 2nd column of 'A' using the name in the first column and retrieving the value from the person's spreadsheet in 'B'?
I could use VLOOKUP, but how do I specify a dynamic worksheet name?
Hope that explains it.
Dan
WorkBook
A B
column 1 list of names Worksheets matching names
column 2 values from 'B' worksheet contain value
A - first column has people's names, 2nd column a value
B - contains the value to be added to 'A' on a worksheet called the person's name.
Question: How does the value get on the 2nd column of 'A' using the name in the first column and retrieving the value from the person's spreadsheet in 'B'?
I could use VLOOKUP, but how do I specify a dynamic worksheet name?
Hope that explains it.
Dan