Matrix Multiplication

bm1982

New Member
Joined
Nov 20, 2008
Messages
3
At the risk of asking a stupid question, I'm having some problems with matrix multiplication in excel.

The formula I'm using is something like:
=MMULT(OFFSET($B7,0,0,1,D$3),TRANSPOSE(OFFSET(MonthlySales!$B18:$DW18,0,126-D$3,1,D$3)))

When I select the formula after the "=" sign and hit f9, I can see the answer in the form {1}, which implies to me that the formula itself is working ok.

However, when I try to populate a cell using
=MMULT(OFFSET($B7,0,0,1,D$3),TRANSPOSE(OFFSET(MonthlySales!$B18:$DW18,0,126-D$3,1,D$3))) I get a #VALUE! error.

Any idea what might be causing this?

Thanks
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Without looking into it properly, is this not an array formula that you enter with Ctrl+Shift+Enter?
 
Upvote 0

Forum statistics

Threads
1,214,944
Messages
6,122,392
Members
449,081
Latest member
JAMES KECULAH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top