MMULT
Returns the matrix product of two arrays
Syntax
MMULT(array1, array2)
Parameters
- array1: Required. The first array to multiply
- array2: Required. The second array to multiply. The number of columns in array1 must equal the number of rows in array2
Example
=MMULT({1,3;7,2}, {2,0;0,2})