I have 12 sheets that needs to be summarises based on months and withdrawals and item codes.
so i created a range name and named it Donors
I then proceeded to use this formulae. however, the answer ends up being #ref!
I8:I200 has the withdrawals, D8:D200 has the months, Table13[[#Headers],[Jan]] has the criteria-which is month,A8:A200 has the item code whiles Table4[@[Activity Code] has the criteria 2 which is the specific item code
=SUMPRODUCT(SUMIFS(INDIRECT("'"&Donors&"'!$I$8:$I$200"), INDIRECT("'"&Donors&"'!$D$8:$D$200"),Table13[[#Headers],[Jan]],INDIRECT("'"&Donors&"'!$A$8:$A$200"),Table4[@[Activity Code]]))
Any help will be appreciated
so i created a range name and named it Donors
I then proceeded to use this formulae. however, the answer ends up being #ref!
I8:I200 has the withdrawals, D8:D200 has the months, Table13[[#Headers],[Jan]] has the criteria-which is month,A8:A200 has the item code whiles Table4[@[Activity Code] has the criteria 2 which is the specific item code
=SUMPRODUCT(SUMIFS(INDIRECT("'"&Donors&"'!$I$8:$I$200"), INDIRECT("'"&Donors&"'!$D$8:$D$200"),Table13[[#Headers],[Jan]],INDIRECT("'"&Donors&"'!$A$8:$A$200"),Table4[@[Activity Code]]))
Any help will be appreciated