View Single Post
  #8   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Phil H[_2_] Phil H[_2_] is offline
external usenet poster
 
Posts: 87
Default Multiplying Arrays

Is there any chance that you could explain in this in something approaching
laymans english (i.e. that I might understand).

"Harlan Grove" wrote:

"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)).