SUM |
Top Previous Next |
Keyword Description Sum of a range Class Function Where Legal
Syntax SUM[COLx,n,d] Where x is the column number that holds the data you wish to sum, n is the number of periods you wish to sum, and d is the number of days ago to begin the summation. Example Sample code COL2 = SUM[COLx, 45, 0] |