View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Create a 12 month rolling average

This might suffice ..

In AB3, copied down:
=AVERAGE(OFFSET(B3,,COUNT(B3:U3)-1,,-12))

The above presumes each cell within the 20 col range (B to U) will be
sequentially filled each month from left to right with numbers (there should
be no blank cells in between)
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"forest8" wrote in message
...
Hi there

Thank you both but neither of these worked.

I want this rolling average to always remain in the same column (e.g.
Column
AB). As I add each month, the rolling average will change accordingly.

Thanks
J