MOVEAVG macro

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.

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.

Return to index