This should be pretty simple,right?
I'd like to have a cell calculate a moving average (say, 6 months, or 6 columns of data) of a row of values, where the count of values increases by one every month, i.e. as each new month of data appears, the moving average calculates using only the right-most six columns in any particular row.
I'm working with OFFSET, as in =OFFSET($A2,0,COUNTA(2:2)-6,1,6) and I know that comes up with the #VALUE! error, but I think the next step takes care of that--does it involve Named Ranges?
Tnx
I'd like to have a cell calculate a moving average (say, 6 months, or 6 columns of data) of a row of values, where the count of values increases by one every month, i.e. as each new month of data appears, the moving average calculates using only the right-most six columns in any particular row.
I'm working with OFFSET, as in =OFFSET($A2,0,COUNTA(2:2)-6,1,6) and I know that comes up with the #VALUE! error, but I think the next step takes care of that--does it involve Named Ranges?
Tnx