A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data
You can use indirect formula to get all the tab A25 value and you should add a help column for sheet name.
=INDIRECT("'"&B1&"'!A25")
Column B is the sheet Name
To get name of all the sheet.
- Formula > NameRange>New
Name: "GetTabName"
Refer to
=REPLACE(GET.WORKBOOK(1),1,FIND("]",GET.WORKBOOK(1)),"")
2.=TOCOL(GetTabName)
It could be someone accidently deleted the cell A25 in one of your sheet. You should choose your 3D-reference again.
Best Regards,
Snow Lu