For some time I have been looking for a way to do the above, in Index/Match or VLOOKUP type formula referencing in Excel. Basically I want my cell formula to reference a file such as FileSource.xls and one of many worksheets that are datename specific, such as 010513, for January 5th of this year. In this example, I would reference something like: "=INDEX('\\LOCATIONFOLDER\[FILESOURCE.XLS]010513'!$A$2:$A$99),MATCH(etc.)" or something similar. I would think that I could substitute some cell reference for the "010513" portion of the formula. If I could do this, it would be very easy to create a string of cells with formulas identical except for the cell reference that provides the middle portion of the identification of the INDEX array. Can this be done? The background reason, of course, is that I receive data from others that is dumped into individual worksheets/tabs in a single Excel file.