Rolling 3-month average

Ric F

Board Regular
Joined
Apr 15, 2011
Messages
115
Office Version
  1. 365
I have a 3-Month Trend in column N to always update as new month's data are loaded into the table. currently I'm just using an "=Average(D2:F2)", but not sure if an OFFSET formula would work or if so how quite to set it up.

Any help is greatly appreciated!

Ric



A B C D E F G H I J K L M N
<o:p></o:p>
Jan-15<o:p></o:p>
Feb-15<o:p></o:p>
Mar-15<o:p></o:p>
Apr-15<o:p></o:p>
May-15<o:p></o:p>
Jun-15<o:p></o:p>
Jul-15<o:p></o:p>
Aug-15<o:p></o:p>
Sep-15<o:p></o:p>
Oct-15<o:p></o:p>
Nov-15<o:p></o:p>
Dec-15<o:p></o:p>
3 Month Trend<o:p></o:p>
Company A
$86,528
$67,270
$72,121
$109,569
$128,395
$103,362
Company B
$143,821
$150,306
$204,868
$285,120
$354,240





$281,409
<tbody> </tbody>
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
Try

=IFERROR(AVERAGE(OFFSET(INDEX(B2:M2,MATCH(9.99999999999999E+307,B2:M2)),0,-2,1,3)),B2)
 
Upvote 0

Forum statistics

Threads
1,207,284
Messages
6,077,527
Members
446,287
Latest member
tjverdugo85

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