Hi all,
I am attempting to clean-up one of my dashboards by linking it directly to the source data rather than via an Access database. I have hit a problem with #Value errors from a SUMIFS formula. I have found from reading many threads that this function is not compatible with closed workbooks, and according to MS (http://support.microsoft.com/kb/260415) the solution is to replace SUMIF with SUM(IF( array formula, or in the case of a SUMIFS: "Use a logical AND or OR to replace the SUMIFS or COUNTIFS function". Maybe I am just being a bit dim, but I cannot work out how to incorporate the AND into my SUM(IF( formula.
Please can anyone assist with converting my formula?
This is the formula I am trying to recreate:
=SUMIFS([Source]Sheet!'!$A:$A,[Source]Sheet'!$D:$D,$C$3,[Source]Sheet!$L:$L,C$19)
- [Source]A:A are numbers, the rest of the fields/columns referenced are strings
Any help is appreciated!
John
I am attempting to clean-up one of my dashboards by linking it directly to the source data rather than via an Access database. I have hit a problem with #Value errors from a SUMIFS formula. I have found from reading many threads that this function is not compatible with closed workbooks, and according to MS (http://support.microsoft.com/kb/260415) the solution is to replace SUMIF with SUM(IF( array formula, or in the case of a SUMIFS: "Use a logical AND or OR to replace the SUMIFS or COUNTIFS function". Maybe I am just being a bit dim, but I cannot work out how to incorporate the AND into my SUM(IF( formula.
Please can anyone assist with converting my formula?
This is the formula I am trying to recreate:
=SUMIFS([Source]Sheet!'!$A:$A,[Source]Sheet'!$D:$D,$C$3,[Source]Sheet!$L:$L,C$19)
- [Source]A:A are numbers, the rest of the fields/columns referenced are strings
Any help is appreciated!
John