sumproduct row * column ?

cnestg8r

Active Member
Joined
Dec 26, 2005
Messages
287
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
I know each array used in sumproduct are to have the same dimension. However, I want to use a row and column array. Is there a work around?
 

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Can you give details about what you are trying to do exactly?
 
Upvote 0
Sorry about the duplicate. I want to multiply and sum (as example) a2:a7 and b3:g3.
 
Upvote 0
That might work with a SUM. I'll try it. Thanks
 
Upvote 0
Hi cnestg8r

I want to multiply and sum (as example) a2:a7 and b3:g3.

Not clear what you want.

Can you post the result as a simple expression, like:

=a2*b3+a3*c3+a4*d3 ...

In this case, for ex.:

=SUM(A2:A7*TRANSPOSE(B3:G3))
Confirmed with CTRL+SHIFT+ENTER
 
Upvote 0
Thanks to all. The MMULT solution worked, but so does pcg01's approach. I appreciate adding both of them top my arsenal.
 
Upvote 0

Forum statistics

Threads
1,213,513
Messages
6,114,064
Members
448,545
Latest member
kj9

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