Calculate Rolling Average - Skipping Columns

FalconFlyer

New Member
Joined
May 18, 2015
Messages
30
I am trying to calculate a rolling 12 month average. The hard part is I need to keep a column ("Total" column).

I am not sure the easiest way around this. I'm assuming OFFSET can be used, but am looking for ideas.

TIA
May 2017JunJulAugSepOctNovDecTotalJan 2018FebMarApr
12235101210451552

<tbody>
</tbody>
 

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).
Hi,

If you have the AVERAGEIF function:


Book1
ABCDEFGHIJKLMNO
1MayJunJulAugSepOctNovDecTotalJanFebMarApr12 Month Avg.
2Jul-05Jul-05
3122351012104515524.833333333
Sheet54
Cell Formulas
RangeFormula
O3=AVERAGEIF(A1:M1,"<>"&"Total",A3:M3)
 
Upvote 0
Hi,

If you have the AVERAGEIF function:

ABCDEFGHIJKLMNO
1MayJunJulAugSepOctNovDecTotalJanFebMarApr12 Month Avg.
2Jul-05Jul-05
3122351012104515524.833333333

<colgroup><col style="width: 25pxpx"><col><col><col><col><col><col><col><col><col><col><col><col><col><col><col></colgroup><thead>
</thead><tbody>
</tbody>
Sheet54

Worksheet Formulas
CellFormula
O3=AVERAGEIF(A1:M1,"<>"&"Total",A3:M3)

<thead>
</thead><tbody>
</tbody>

<tbody>
</tbody>

I apologize for the delay. That is exactly what I was looking for. I did not even think of AVERAGEIF. Thank you!
 
Upvote 0

Forum statistics

Threads
1,214,374
Messages
6,119,159
Members
448,870
Latest member
max_pedreira

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