I am using this formula instead of a linked external spreadsheet:
=INDIRECT("'[" & $A$1 &" "& $A9&".xlsx]Cost Summary'!" & C$1 & "$" &$B$1)
The values in A1 and A9 contain values that change that help build the name of the spreadsheet. If the external reference is open, it auto-updates. However if it is not open, the formula evaluates to "#REF!". Is there a way to have the formula NOT calculate unless it returns no error? Thanks for the help!
The reason I am doing this is to avoid having to update the external links each month as the file names do change monthly.
=INDIRECT("'[" & $A$1 &" "& $A9&".xlsx]Cost Summary'!" & C$1 & "$" &$B$1)
The values in A1 and A9 contain values that change that help build the name of the spreadsheet. If the external reference is open, it auto-updates. However if it is not open, the formula evaluates to "#REF!". Is there a way to have the formula NOT calculate unless it returns no error? Thanks for the help!
The reason I am doing this is to avoid having to update the external links each month as the file names do change monthly.