13-7-9

Cell and List Calculations

Smode

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

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

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

SQ1

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

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

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