13-7-10

Cell and List Calculations

uQ3

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

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

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

upercentile

Function: Returns the nth percentile in the range of specified cells.

Syntax: percentile(start cell[:end cell],value)

Example: To determine the 50th percentile of the values in cells A7 through A12 and input the result in cell A1:

20090601