I think this should be very simple but I have had no luck being able to do it or look for it on the internet. Clearly, I am missing something very obvious.
I have a cell, lets say A1, that contains the following file path:
'C:\[Required file path]Sheetname'
now I want to use this to create a formula in cell B1, lets say,:
=Trim('C:\[Required file path]Sheetname'!B26)
Since this link will be decided dynamically, I want to be able to do something like this:
=Trim(A1!B26)
Where A1 = my required filepath. But this does not work.
Hope I am clear enough in explaining the problem. Thanks in anticipation!!