Is there a formula to reference the formula of another cell?
Or a way to insert a string into a filename reference?
In A1, I have account number "1234".
In B1, I reference the range named "AcctTotal" from another file. "=+'c:testprojectslistsAccount 1234 Total.xlsx'!AcctTotal".
I'm looking for a check to ensure the filename referenced in B1 refers to the account number in A1.
Option 1 is the ability to include the contents of cell A1 into the reference string in B1.
Option 2 is to extract the formula in B1 and use the MID function to compare the number in the filename against the account number in A1.
I'm not sure which would be easier to use.
Any advice would be appreciated.
Thanks
Or a way to insert a string into a filename reference?
In A1, I have account number "1234".
In B1, I reference the range named "AcctTotal" from another file. "=+'c:testprojectslistsAccount 1234 Total.xlsx'!AcctTotal".
I'm looking for a check to ensure the filename referenced in B1 refers to the account number in A1.
Option 1 is the ability to include the contents of cell A1 into the reference string in B1.
Option 2 is to extract the formula in B1 and use the MID function to compare the number in the filename against the account number in A1.
I'm not sure which would be easier to use.
Any advice would be appreciated.
Thanks