Adding multiple columns and multiply the results with another column

FawazB

New Member
Joined
Oct 23, 2017
Messages
1
Hi all,

It's my first post and I hope I can learn and add value to this platform.

I'm stuck at this issue and im not sure if there is a way to do it more efficiently. As mentioned in the title, I am trying to sum multiple columns and multiply the results with a third column. in another word, I would like to use SUMPRODUCT but for the first array, it should be a summation of multiple columns. For example, in the below table, imagine that I would like to write a formula to SUMPRODUCT of summing column B,C, and E, then multiply them with Column D (ignore the content of the table, it's just a sample).

excel-data.jpg


Please let me know if the question is still unclear. thanks in advance fro your help.

Fawaz
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
FawazB,

Welcome to the MrExcel forum.

In cell F2, enter the following formula =(B2+C2+E2)*D2

F2 would display 4525

Copy the formula in cell F2, down, to the last used row.
 
Upvote 0

Forum statistics

Threads
1,224,823
Messages
6,181,178
Members
453,021
Latest member
Justyna P

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