Assuming data for Jan07 to Aug08 will be entered in cols B to U (20 cols),
data from row3 down
Try in say, W3: =AVERAGE(OFFSET(B3,,,,12))
Copy W3 across by 20 cols to AP3, fill down as far as required
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
"forest8" wrote:
I have a data sheet with 20 columns that represent 20 months of data (starts
at column b). Monthly data is added for each month. I want to create a
rolling average. The data starts at Row 3 and ends at row 737.
E.g. for Dec 2007, the rolling average would be Jan 2007 to Dec 2007.
e.g. for Jan 2008, the rolling average would be Feb 2007 to Jan 2008, etc,
Thanks