Forum Discussion
Rafa Yummy
Jun 26, 2018Copper Contributor
Fix matrixes
Hi, I have searched for this in internet but I haven't found anything interesting about fixing a matrix in a formula. I want to multiply two matrixes, one of them repeteadly, but I can't fix it. Any...
SergeiBaklan
Jun 28, 2018Diamond Contributor
And if not to display the result but use in another formula MMULT could be used, as
MMULT(B5:C6,E5:F6)
for Example 1
Rafa Yummy
Jun 28, 2018Copper Contributor
Thank you, but I fixed it by giving the matrix a name.