Hello,
I searching for days to find a formula for a dynamic chart that will return a moving average. I had this formulas working in excel 2000 but now that I'm upgraded to excel 2007 they no longer work. Here is the formula I was using before =('sheet1'!$A$1)*AVERAGE('sheet1'!$A$1) and this was given me a moving average, min, and max. But now it no longer work.
I have a dynamic chart and name ranges the formula I am using now for all my info is
=OFFSET(SHEET1!$A$1,MAX(0,COUNTA(SHEET1!$A:$A)-CHART!$D$1-1),0,CHART1!$D$1,1)
I am using this formula for all three columns that I getting all my info for my charts.
Is there any formula that I can use that will give me a moving average.
Thanks, Dan
I searching for days to find a formula for a dynamic chart that will return a moving average. I had this formulas working in excel 2000 but now that I'm upgraded to excel 2007 they no longer work. Here is the formula I was using before =('sheet1'!$A$1)*AVERAGE('sheet1'!$A$1) and this was given me a moving average, min, and max. But now it no longer work.
I have a dynamic chart and name ranges the formula I am using now for all my info is
=OFFSET(SHEET1!$A$1,MAX(0,COUNTA(SHEET1!$A:$A)-CHART!$D$1-1),0,CHART1!$D$1,1)
I am using this formula for all three columns that I getting all my info for my charts.
Is there any formula that I can use that will give me a moving average.
Thanks, Dan