I have all these formulas referencing closed workbooks, and they work just fine. But currently the worksheets are named A, B, C, D, E, F, G etc. but eventually they will be named student names.
The formula referencing closed workbooks:
=INDIRECT.EXT("'C:\Users\Katie\Desktop\AI Program\"&'Set-up Page'!E6&"\["&'Set-up Page'!F6&"]A'!A17")
Right now the formula works, and returns what is in cell A17 on the sheet page labeled A.
But eventually sheet A will be changed to a name: e.g. Katie.
When I change the name of the sheet to Katie in the referenced workbook, then that formula returns #REF because it is trying to reference sheet name A, which no longer exists.
I thought this automatically updated. I know in the past I have had formulas referencing sheets whose names may change, and I don't remember it being an issue....
The formula referencing closed workbooks:
=INDIRECT.EXT("'C:\Users\Katie\Desktop\AI Program\"&'Set-up Page'!E6&"\["&'Set-up Page'!F6&"]A'!A17")
Right now the formula works, and returns what is in cell A17 on the sheet page labeled A.
But eventually sheet A will be changed to a name: e.g. Katie.
When I change the name of the sheet to Katie in the referenced workbook, then that formula returns #REF because it is trying to reference sheet name A, which no longer exists.
I thought this automatically updated. I know in the past I have had formulas referencing sheets whose names may change, and I don't remember it being an issue....