Greetings all -
I am trying to build a formula to calculate an exponential moving average. Have searched both Mr Excel and elsewhere and have gotten several (conflicting) answers. I thought I had gotten this right yesterday, but now that I am validating things, I've found that what I have is for sure incorrect...
Here is what I have so far, based on the research already done, for an 8 period exponential moving average in AE11:
=J11*2/(8+1)+AE10*(1-2/8+1)
where J11 = most recent data point
AE10 = SUM(J2:J9)/8 (the simple Moving Average of the COL J data points)
It IS doing (some) kind of exponential craziness, but clearly not what we are after. If anyone has any thoughts on this please, I would be most appreciative...
Thanks so much!
I am trying to build a formula to calculate an exponential moving average. Have searched both Mr Excel and elsewhere and have gotten several (conflicting) answers. I thought I had gotten this right yesterday, but now that I am validating things, I've found that what I have is for sure incorrect...
Here is what I have so far, based on the research already done, for an 8 period exponential moving average in AE11:
=J11*2/(8+1)+AE10*(1-2/8+1)
where J11 = most recent data point
AE10 = SUM(J2:J9)/8 (the simple Moving Average of the COL J data points)
It IS doing (some) kind of exponential craziness, but clearly not what we are after. If anyone has any thoughts on this please, I would be most appreciative...
Thanks so much!