Multiplying Arrays
"Dana DeLouis" wrote...
....
=MMULT(Horizontal, Vertical)
....
Note that the result is a degenerate 0-D array, so can in obscure
situations cause problems when used as a term in longer formulas
unless coerced to a true scalar via SUM(MMULT(h,v)).
|