Summing Across Tables

psuedodragon

New Member
Joined
Dec 5, 2013
Messages
22
I'm sorry if this question has been asked before--I'm not quite sure how to search for it.

I need to get the sum of a series of multiplications, but don't want to have to write them out line by line.

An example of the data being worked with:
Inventory_zpsx0x19qjc.jpg


So the only thing I can think of is to do =(SUM(F2:Q2)*E2)+(SUM(F3:Q3)*E3)+...etc.

But as there are hundreds of lines I would prefer to not have to write it out like that. Are there any functions that will 'automate' this for me?

Thank you in advance
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
I suggest it would be clearer to use a helper column:

F2: =B2*SUM(C2:E2) Copy the formula down the column.

Or in one go:

G5: =SUMPRODUCT(B2:B4*C2:E4)

ABCDEFG
1ItemPriceSmallMediumLargeTotal $
2A$10123$60
3B$20456$300
4C$20215$160
5$520$520

<tbody>
</tbody>
 
Upvote 0

Forum statistics

Threads
1,215,066
Messages
6,122,948
Members
449,095
Latest member
nmaske

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