13-7-8

Cell and List Calculations

Smean

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:

Smedian

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:

20090601