I have a Cell A1 on a sheet named 'Settings' with the following file path:
C:\Users\Arun Victor\Documents\New folder\MASTER.xlsm
Sheet1 on the same Workbook has a bunch of cells linked to various cells in MASTER.xlsm like the one shown below:
='C:\Users\Arun Victor\Documents\New folder\[MASTER.xlsm]Employee WOs'!D4
Right now,Whenever there is a change in file path I have to manually edit each and every cell. Instead, I need a formula that uses the File path stored in the common cell A1 and does an operation like this:
='*File path from Sheet-Settings A1* Employee WOs'!D4