I use the following formula to return the location of the active "master" workbook.
=LEFT(CELL("filename"),FIND("[",CELL("filename"),1)-1)
This value is used in other formulas within the workbook as well as Power Query to identify the location of various source files in subfolders.
My problem...