I Encounter the following:
I though that MMULT would do![]()
Array 1 1 3 7 2 Array 2 2 0 0 2 Formula 2 (result of {=MMULT(A2:B3,A5:B6)}
and the result = 26. Even if I make it an array function it comes with 2 as a result.![]()
=A2*A5+B2*A6 + A2*B5+B2*B6 + A3*A5+B3*A6 + A3*B5+B3*B6
Makinggives the correct result (26).![]()
SUMPRODUCT(MMULT(A2:B3,A5:B6))
Bookmarks