I have the following formula below that returns #name?
G1 refers to the sheet name and C254 in the cell number on the sheet in [Sales_Report.2022.xls
I am trying to refer to the sheet name using the indirect formula but cannot get it to work
It would be appreciated if someone could kindly amend my formula
Code:
=[Sales_Report.2022.xls]INDIRECT("'"&G1&"'!"&C254)
G1 refers to the sheet name and C254 in the cell number on the sheet in [Sales_Report.2022.xls
I am trying to refer to the sheet name using the indirect formula but cannot get it to work
It would be appreciated if someone could kindly amend my formula