Summing/Multiplying cells across different rows and totalling all the values up

Vinod Venkat

New Member
Joined
May 4, 2011
Messages
3
Its a bit difficult to explain. So I thought I might provide a sample formula:

Total = ((A1 + B1)*C2)+((A3 + B3)*C4)+((A5 + B5)*C6)

I have 1000 rows to total and entering this formula is cumbersome.

Any formulas to speed this up would be welcome.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Hi and welcome to the board.


Im not quite sure what your question is, can you not just copy and paste the formula? or do the values you are totaling change?

A sample of the worksheet data would be easiest (the stickies can tell you how to post the data onto the board)
 
Upvote 0
Hi,

Sorry for not being clear. A1, B1 etc are cells references containing numbers. I have entered the below formula in excel and now need to extend this series all the way to row 1005 as shown below. I can enter the formula in manually but it is very time consuming.

Total = ((A1 + B1)*C2)+((A3 + B3)*C4)+((A5 + B5)*C6)....+((A1005+B1005)*C1006)

Just wanted to know if there is a alternate excel function I could use to get the same result.

Hope this helps.
 
Upvote 0
Its a bit difficult to explain. So I thought I might provide a sample formula:

Total = ((A1 + B1)*C2)+((A3 + B3)*C4)+((A5 + B5)*C6)

I have 1000 rows to total and entering this formula is cumbersome.

Any formulas to speed this up would be welcome.

=SUMPRODUCT((A1:A5+B1:B5),(MOD(ROW(C2:C6)-ROW(C2),2)=0)+0,C2:C6)

Adjust the ranges to suit.
 
Upvote 0

Forum statistics

Threads
1,224,524
Messages
6,179,310
Members
452,906
Latest member
phanmemchatdakenhupviral

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