13-6-7

Using the Action Menu

uprod

Function: Returns the product of the values contained in the range of specified cells.

Syntax: prod(start cell:end cell[,start cell:end cell])

Example: To determine the product of the values in cells A7 and A8, and input the result in cell A1:

ucuml

Function: Returns the cumulative sums of the values contained in the range of specified cells.

Syntax: cuml(start cell:end cell)

Example: To determine the cumulative sums of the values in cells B1 through B3, and input the result in cell A1:

20050501