Hey Guys,
Im trying to get the sumifs function to work across a number of tabs based off 3 criteria but it keeps coming back with an error, plz help.
Formula is below:
=IFERROR(SUMPRODUCT(SUMIFS(INDIRECT("'"&Store_Table[Store]&"'!C:C"),INDIRECT("'"&Store_Table[Store]&"'!$A$1"),$Y$5,INDIRECT("'"&Store_Table[Store]&"'!$1:$1"),$Y$10,INDIRECT("'"&Store_Table[Store]&"'!$A:$A"),$D$15)),"ERROR")
Im trying to sum a column if the store name matches (Which is the first criteria), if the year matches (criteria 2) and if the account name matches (criteria 3).
Bookmarks