Ok, so this is what I am facing.
Our office has a job cost ledger workbook for each individual project we are working on. At any given time, there are 300-400 active projects. I would like to create a summary sheet that searches the same cell within all of the files in a folder for the project number i have typed in to column 1 in the summary sheet and display the appropriate information I am looking for. I am using a similar formula elsewhere, however it is based on searching a single specific file and not a range of files. That formula looks like this:
=IFERROR(VLOOKUP($B6,'[Job List.xlsx]Sheet1'!$A$2:$AB$9014,13,FALSE),"")
I would like to be able to use a similar formula, however instead of having to change it for each entry, I would like it to be more automatic.
Thank you!
Bookmarks