First, I've read similar posts and tried the answers but they're not working in my workbook.
Here is my formula;
=VLOOKUP(TRIM(CONSOLIDATION[@[Host Name]]),INDIRECT("'[INSERT TRUE UP WORKBOOK NAME HERE]"&CONSOLIDATION[@[SITE-FE]]&"'!$B$9:$J$8361"),7,FALSE))
Instead of substituting the referenced workbook "INSERT NEW WORKBOOK NAME HERE" on 600 formulas in the table each month I'd like to paste the referenced workbook name into a cell in this workbook and be done with it. The referenced workbook could be open or not, and the cell containing the workbook name could either be a named range (ie; TRUE_UP_REF) or not.
Here is my formula;
=VLOOKUP(TRIM(CONSOLIDATION[@[Host Name]]),INDIRECT("'[INSERT TRUE UP WORKBOOK NAME HERE]"&CONSOLIDATION[@[SITE-FE]]&"'!$B$9:$J$8361"),7,FALSE))
Instead of substituting the referenced workbook "INSERT NEW WORKBOOK NAME HERE" on 600 formulas in the table each month I'd like to paste the referenced workbook name into a cell in this workbook and be done with it. The referenced workbook could be open or not, and the cell containing the workbook name could either be a named range (ie; TRUE_UP_REF) or not.