Conditional averages

JoboM

New Member
Joined
May 26, 2015
Messages
40
Hi there,

I've got a table full of data that requires a running average calculation. The running average should only apply to the 10 previous data entries, however the issue I'm facing is that quite often for any given day there is no data entry, therefore, in order to capture the 10 previous data entries, the row (cell) range that the average calculates over is variable.

Is there a way to capture the previous 10 data entries in the average regardless of blank cells?

Thank you :)

I hope everyone is well!

Jobo.
 

Excel Facts

When they said...
When they said you are going to "Excel at life", they meant you "will be doing Excel your whole life".
=(SUM(A1:J1))/(COUNT(A1:J1)-COUNTIF(A1:J1,0))

try this formula in the cell where u want your average. and then paste is down in rest cells by pulling it down. :cool:
 
Upvote 0

Forum statistics

Threads
1,214,515
Messages
6,119,972
Members
448,933
Latest member
Bluedbw

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