13-6-5

Using the Action Menu

umean

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

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

Example: To determine the mean 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:

umedian

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

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

Example: To determine the median 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