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.
[Link] function
Syntax
[Link](number,ref,[order])
The [Link] 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.