MMULt Worksheet Function

  • Thread starter Thread starter TC8
  • Start date Start date
T

TC8

Can anybody help with the MMULT worksheet function please?

Excel's help function is not very helpful for this.

To take the 1st example in Excel's help on MMULT, the result is 2. I
cannot figure out which way or by which method the columns and the rows
are multiplied.

Any help is greatly appreciated.

Thank you.
Regards
 
No, it is not, the correct answer is a 2x2 array of 2,6;14,4

As help says, the result of MMULT is an NxM array, where N is the number of
rows in array1 and M is the number of columns in array2, and has to be
committed as an array formula, that is with Ctrl-Shift-Enter.

The only time you get a single array result is when N=1 and M=1.

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top