Forum Discussion
Flora Sim
Mar 13, 2018Brass Contributor
How to Sum the result of Matched return as SUMPRODUCT Didn't work.
how can i get the 121 in this example? SUMPRODUCT didn't work.
- Mar 13, 2018
Yes, without double dash it will even more shorter
=SUMPRODUCT((A2:A8=D14)*ISNUMBER(MATCH(B1:J1,A15:C15,0))*B2:J8)
Jamil
Mar 13, 2018Bronze Contributor
Hi Flora,
you can simply get the result by using the formula below. with entering it with Control Shift Enter.
=SUM(INDEX($B$2:$J$8,MATCH($D$14,$A$2:$A$8,0),N(CHOOSE(1,MATCH($A$15:$C$15,$B$1:$J$1,0)))))