Forum Discussion

shade206's avatar
shade206
Brass Contributor
Jan 09, 2020
Solved

INDEX & MATCH with SUMPRODUCT across multiple sheets

Hello All,   I've provided a brief sample. I need the formula to pull based on month in my dynamic drop down list the combined product of "Sales" and "Referrals" into "Totals" for the correlating c...
  • SergeiBaklan's avatar
    SergeiBaklan
    Jan 09, 2020

    shade206 

    That's as

    =INDEX(Sales!$A$1:$M$11,MATCH($A2,Sales!$A:$A,0),MATCH(B$1,Sales!$1:$1,0)) +
     INDEX(Referrals!$A$1:$M$11,MATCH($A2,Referrals!$A:$A,0),MATCH(B$1,Referrals!$1:$1,0))

     

Resources