Big Bruiser
New Member
- Joined
- Dec 15, 2010
- Messages
- 28
Guys, please help with the following formula. I have a file name inside of an indirect formula which means I have to have quotes around it. The problem is that when I rename the linked file, using edit links does not work because the filename is text. Is there a way to use the indirect formula and have the link update to the new file when I use edit link? thanks!
Here is the formula. In the formula below, it is the first link (Detailed Expense Allocation - Standard 2011-08-19.xlsm) that I want to be able to change using edit link.
Here is the formula. In the formula below, it is the first link (Detailed Expense Allocation - Standard 2011-08-19.xlsm) that I want to be able to change using edit link.
Code:
=IFERROR(SUMIFS(INDIRECT("'[Detailed Expense Allocation - Standard 2011-08-19.xlsm]"&"FTE Data'!FTEDataTable["&$F10&"]"),'[Detailed Expense Allocation - Standard 2011-08-19.xlsm]FTE Data'!$V$16:$V$4039,$E$8&$C10),0)