13-6-8

Using the Action Menu

uAlist

Function: Returns the differences between values in each of the adjacent cells in the range of specified cells.

Syntax: Alist(start cell:end cell)

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

ustdDev

Function: Returns the sample standard deviation of the values contained in the range of specified cells.

Syntax: stdDev(start cell:end cell)

Example: To determine the sample standard deviation of the values in the block whose upper left corner is located at A7 and whose lower right corner is located at C12, and input the result in cell A1:

20050501