Average change in a range

Phil Hageman

New Member
Joined
May 6, 2014
Messages
14
Need a formula to calculate the average daily change as a new day is posted.

For example:
Day 1: E2 = 230, beginning value
Day 2: E3 = 224, change is 6, average change is 6
Day 3: E4 = 216, change is 8, average change is 7
Day 4: E5 = 216, change is 0, average change is 4.7
Day 5: E6 = 215, change is 1, average change is 3.75
Day 6: E7 = 212, change is 3, average change is 3.6
Day 7: E8:E230 yet to be posted - blank, average change remains 3.6 until a new value is posted, then a new average is calculated.
 
Last edited:

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Perhaps in F3 =IF($E3<>"",($E3-$E$2)/(COUNT($E$2:$E3)-1),"") and pull down as needed
 
Upvote 0

Forum statistics

Threads
1,217,440
Messages
6,136,640
Members
450,022
Latest member
Joel1122331

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