Macro Sheets Only
Projects values in a forecast period, based on the average value of the variable over a specific number of preceding periods.
If this function is not available, you must install the Analysis ToolPak add-in macro.
Syntax
MOVEAVG(inprng, outrng, interval, stderrs, chart, labels)
MOVEAVG?(inprng, outrng, interval, stderrs, chart, labels)
Inprng is the input range.
Outrng is the first cell (the upper-left cell) in the output table or the name, as text, of a new sheet to contain the output table. If FALSE, blank, or omitted, places the output table in a new workbook.
Interval is the number of values to include in the moving average. If omitted, interval is 3.
Stderrs is a logical value.
Chart is a logical value.
Labels is a logical value.
Related Functions
List of Statistical Functions