images/contents.gifimages/index.gifimages/prev1.gifimages/next1.gif

RSUM()

Definition Ranged sum. Provides the sum of numbers in a range.

Syntax images/aspen00000203.gif

Parameters SERIES
Required if the formula name declares the SERIES parameter.

INPUT
Required if the formula name declares the INPUT parameter.

PERIOD
Required if the formula name declares the PERIOD parameter.

<shift>
A number, positive or negative, enclosed in brackets defining the number of bars (periods) to shift the formula line. Typically used only in formulas that will be rendered in chart windows.

Examples RSUM_EX1(SERIES,PERIOD=5)=RSUM(SERIES,PERIOD)

RSUM_EX2(INPUT,PERIOD=5)=RSUM(INPUT,PERIOD[1])