mahnumtahir
New Member
- Joined
- Aug 13, 2019
- Messages
- 5
Hello,
Based on my research on this forum, I've learn't that SUMIFS formula does not work when the source data workbook is closed, once the recepient workbook is refreshed the values go to #VALUE error.
I've read that the SUMPRODUCT formula can be manipulated to achieve the same result and works when the source reference workbook gets closed.
This is my SUMIFS formula that does work when the source workbook is open:
=SUMIFS('[PQ July.XLSX]Sheet1'!$F:$F,'[PQ July.XLSX]Sheet1'!$A:$A,D26,'[PQ July.XLSX]Sheet1'!$B:$B,E26,'[PQ July.XLSX]Sheet1'!$G:$G,">="&"7/1/2019",'[PQ July.XLSX]Sheet1'!$G:$G,"<="&"7/31/2019")
How can I convert it a SUMPRODUCT formula to accommodate for the multiple criteria?
Based on my research on this forum, I've learn't that SUMIFS formula does not work when the source data workbook is closed, once the recepient workbook is refreshed the values go to #VALUE error.
I've read that the SUMPRODUCT formula can be manipulated to achieve the same result and works when the source reference workbook gets closed.
This is my SUMIFS formula that does work when the source workbook is open:
=SUMIFS('[PQ July.XLSX]Sheet1'!$F:$F,'[PQ July.XLSX]Sheet1'!$A:$A,D26,'[PQ July.XLSX]Sheet1'!$B:$B,E26,'[PQ July.XLSX]Sheet1'!$G:$G,">="&"7/1/2019",'[PQ July.XLSX]Sheet1'!$G:$G,"<="&"7/31/2019")
How can I convert it a SUMPRODUCT formula to accommodate for the multiple criteria?