Sum forumla, sum 2 cells then copy down

FelixSall

New Member
Joined
Aug 20, 2018
Messages
6
Hi,

Need help to write a formula which can add 2 cells then divide the sum and post in twice, and also add the next row of cells +1 cell step down.
There is probably an easy solution, just dont see it atm .. :/

I'll post a pic of what I mean.

Appreciate any help with this :)

6BroHYp
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
How about


Excel 2013/2016
M
2-12998.1
3225.52
4-1700.98
51395.62
64294.75
74294.75
8
96386.29
106386.29
11152.68
12152.68
13-4294.75
14-4294.75
Input
Cell Formulas
RangeFormula
M9=IF(MOD(ROW(),2),AVERAGE(OFFSET($M$2,ROW()-ROW(M$9),0,2))*-1,M8)
 
Upvote 0

Forum statistics

Threads
1,214,924
Messages
6,122,293
Members
449,077
Latest member
Rkmenon

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