I am trying to dynamically reference a worksheet name based on a value in a cell. For example I have a workbook of 25 worksheets which are company names Gap, Nordstrom, Best Buy, Staples, etc. I am aggregating data on a worksheet within the workbook using
vlookup. My formula is =vlookup(b3,Gap!$a$3:$at$6, etc, etc). Within the worksheet I have the list of company names in column A. Gap is in cell A5. What I would like to do is have the spreadsheet name reference a cell so for the previous Gap example something
like =vlookup(b3,A5!$a$3:$at$6, etc, etc), where A5! reprsents the cell that Gap is typed in but references (retrives data) from the Gap worksheet within the workbook.