SUMPRODUCT with non continuous ranges

a massive zebra

Board Regular
Joined
Dec 1, 2009
Messages
87
Hi,

I would like to multiply the values in cells F22, F39 and F48 by the corresponding values in column J. I thought the following formula should work, but it is not being accepted by excel.

=SUMPRODUCT(({F22,F39,F48}),({J22,J39,J48}))

Is it possible to use SUMPRODUCT with non continuous ranges? If so, what is the correct syntax?

Thanks
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Hello
I like this question but I don't understand all of the issue It was nice to see a spreadsheet sample instead to use 100s of words and formulas
Can you post a screenshot with just few rows and colunms with the expected outcome so we can understand better?
help us to help you
Thank you in advance!
 
Upvote 0
Hi,

I would like to multiply the values in cells F22, F39 and F48 by the corresponding values in column J. I thought the following formula should work, but it is not being accepted by excel.

=SUMPRODUCT(({F22,F39,F48}),({J22,J39,J48}))

Is it possible to use SUMPRODUCT with non continuous ranges? If so, what is the correct syntax?

Thanks

Try...

=SUMPRODUCT(CHOOSE({1,2,3},F22,F39,F48),CHOOSE({1,2,3},J22,J39,J48))
 
Upvote 0
Hello Aladin
I'm Learning a lot from you but this time i really didn't understand
can you post a sample! because in this case I didn't see the table and is not so easy
thank you!
 
Upvote 0
Hello Aladin
I'm Learning a lot from you but this time i really didn't understand
can you post a sample! because in this case I didn't see the table and is not so easy
thank you!

No need for an exhibit actually. Try to enter numbers in the cells the OP has indicated and then run the formula.
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,038
Members
448,940
Latest member
mdusw

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