I'm using google sheets and getting the error: Array Arguments to SUMIFS are of different size. I'm using the formula below to sum a varying column in a database based on the year and the quarter in the summary sheet. I believe the error comes because my sum range is different than my criteria range, but they will never be the same because the sum range will constantly increase as the database expands. Is there a better way to do this to allow an expanding dataset? Thank you!
=sumifs(index(Transactions!$K$9:$DG$9,match($A10,Transactions!$K$8:$DG$8,0)),Transactions!$B$9:$B$424,BL$6,Transactions!$C$9:$C$424,BL$7)
=sumifs(index(Transactions!$K$9:$DG$9,match($A10,Transactions!$K$8:$DG$8,0)),Transactions!$B$9:$B$424,BL$6,Transactions!$C$9:$C$424,BL$7)
