Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

STATISTICAL RANK CALCULATION

Syntax of important functions

1. AVERAGE function

Syntax
AVERAGE(number1, [number2], ...)

The AVERAGE function syntax has the following arguments:

Number1 Required. The first number, cell reference, or range for which you want the
average.

Number2, ... Optional. Additional numbers, cell references or ranges for which you
want the average, up to a maximum of 255.

2. STDEVA function

Syntax
STDEVA(value1, [value2], ...)

The STDEVA function syntax has the following arguments:

Value1, value2, ... Value1 is required, subsequent values are optional. 1 to 255 values
corresponding to a sample of a population. You can also use a single array or a reference
to an array instead of arguments separated by commas.

3.RANK function

Syntax
RANK.AVG(number,ref,[order])

The RANK.AVG function syntax has the following arguments:

Number Required. The number whose rank you want to find.

Ref Required. An array of, or a reference to, a list of numbers. Nonnumeric values in Ref
are ignored.

Order Optional. A number specifying how to rank number.

You might also like