Hi all,
I work for a nonprofit social services organization that provides monthly stipends to clients who are unemployed but actively job searching. I have several payment schedules, each named "Last name, First name.xls" and located in one folder. These are all identical in format and one cell in each workbook (let's say F10) contains the total amount of money disbursed to the client.
Now, I have another master spreadsheet with the names of all of the files in rows A1-A50 (i.e. Last name, First name.xls) which are being pulled automatically from the folder using the name manager/index function.
What I need to do is write a formula/function to populate the master spreadsheet with the numerical values in F10 across all of the workbooks in the folder. Then, as clients receive additional money and the value of F10 changes, the master spreadsheet will automatically pull the new value.
The formula I'm using now is:
=(CONCATENATE(A2, "[", A3,"]","IRC Copy!f10"))
This formula pulls together 1) the path of the folder 2) the name of the individual file (last name, first name.xls), and 3) the name of worksheet and the cell containing the total $ spent for a given client. It produces something that looks like this:
\\OAKFPS02\Data\RESETTLEMENT\Employment\Match Grant Enrollment Forms\6. MG PAYMENT SCHEDULES\FY 2018\Active\[Last, First- Payment schedule.xlsx]IRC Copy!b37
This is where I'm stuck. That formula is producing the correct filepath, I believe, but I don't know how to get Excel to now put that VALUE in cell B2.
Any feedback would be greatly, greatly appreciated. Thanks in advance!
I work for a nonprofit social services organization that provides monthly stipends to clients who are unemployed but actively job searching. I have several payment schedules, each named "Last name, First name.xls" and located in one folder. These are all identical in format and one cell in each workbook (let's say F10) contains the total amount of money disbursed to the client.
Now, I have another master spreadsheet with the names of all of the files in rows A1-A50 (i.e. Last name, First name.xls) which are being pulled automatically from the folder using the name manager/index function.
What I need to do is write a formula/function to populate the master spreadsheet with the numerical values in F10 across all of the workbooks in the folder. Then, as clients receive additional money and the value of F10 changes, the master spreadsheet will automatically pull the new value.
The formula I'm using now is:
=(CONCATENATE(A2, "[", A3,"]","IRC Copy!f10"))
This formula pulls together 1) the path of the folder 2) the name of the individual file (last name, first name.xls), and 3) the name of worksheet and the cell containing the total $ spent for a given client. It produces something that looks like this:
\\OAKFPS02\Data\RESETTLEMENT\Employment\Match Grant Enrollment Forms\6. MG PAYMENT SCHEDULES\FY 2018\Active\[Last, First- Payment schedule.xlsx]IRC Copy!b37
This is where I'm stuck. That formula is producing the correct filepath, I believe, but I don't know how to get Excel to now put that VALUE in cell B2.
Any feedback would be greatly, greatly appreciated. Thanks in advance!