I'll see if I can use another function to do the same
The (big) clue was in my reply.... with master file open insert the below into your report cell:
=SUMPRODUCT(--('[master test.xlsm]Sheet1'!$G$2:$M$2=$D$2),'[master test.xlsm]Sheet1'!$G$4:$M$4)
When you close the file the above will still calculate correctly.
Note:
Though it does not help in this instance (given closed target restriction) remember that you only need use SUMIFS if you have > 1 conditions, if you have only a single test (as is the case here) then a SUMIF would suffice.
Bookmarks