Syntax
number1 Required.
number2,... Optional.
Returns the largest value in a set of values.
This is the Adaptive Calculation Engine implementation of the Excel MAX function.
Syntax
number1 Required.
number2,... Optional.
Returns the smallest value in a set of values.
This is the Adaptive Calculation Engine implementation of the Excel MIN function.
Syntax
number1 Required.
number2,... Optional.
Returns the average (arithmetic mean) of the arguments.
It takes into consideration only the present NUMERIC parameter values and requires that at least one such value is present to avoid a runtime #DIV/0! error.
This is the Adaptive Calculation Engine implementation of the Excel AVERAGE function.
Syntax
number1 Required.
number2,... Optional.
Ads values.
This is the Adaptive Calculation Engine implementation of the Excel SUM function.
Syntax
range Required.
The range of compute fields to evaluate with the criterion_operator and criterion_value.
criterion_operator Required.
Can be one of the following: “>“; “<“; “> =“; “<“; “<=“; “<>“.
criterion_value Required.
Determines which fields will be counted.
sum_range Optional.
The range of compute fields, whose values will be summed .
Returns the sum of compute field values in a set, filtered by a single criterion.
If the criterion_operator equals = or <>, the wildcard characters can be used as the criterion_value: the question mark (?) and asterisk (*). A question mark matches any single character; an asterisk matches any sequence of characters. If you want to find an actual question mark or asterisk, type a tilde (~) preceding the character.
Note
This is the Adaptive Calculation Engine implementation of the Excel SUMIF function.
Syntax
value1 Required.
value2,... Optional.
Counts the number of fields that contain numbers.
This is the Adaptive Calculation Engine implementation of the Excel COUNT function.
Syntax
value1 Required.
value2,... Optional.
Counts the number of fields that are not empty.
This is the Adaptive Calculation Engine implementation of the Excel COUNTA function.
Syntax
value1 Required.
value2,... Optional.
Counts the number of fields that are empty.
This is the Adaptive Calculation Engine implementation of the Excel COUNTBLANK function.
Syntax
rangeRequired.
The range of compute fields to count by evaluating their values with the criterion_operator and criterion_value.
criterion_operator Required,
Can be one of the following: “>“; “<“; “> =“; “<“; “<=“; “<>“.
criterion_value Required.
Determines which fields will be counted.
Returns the number of compute fields in a range, filtered by a single criterion.
If the criterion_operator equals = or <>, the wildcard characters can be used as the criterion_value: the question mark (?) and asterisk (*). A question mark matches any single character; an asterisk matches any sequence of characters. If you want to find an actual question mark or asterisk, type a tilde (~) preceding the character.
Note
This is the Adaptive Calculation Engine implementation of the Excel COUNTIF function.
Syntax
max_rangeRequired.
The range of compute fields from which the maximum will be determined.
criteria_range1Required.
The range of compute fields to evaluate with the criterion_operator1 and criterion_value1.
criterion_operator1Required,
Can be one of the following: “>“; “<“; “> =“; “<“; “<=“; “<>“.
criterion_value1Required.
Determines which fields will be compared.
criteria_range2, criterion_operator2, criterion_value2, ...Optional.
Additional evaluation ranges of compute fields and their associated criteria. Note that filtering will result in the intersection of these.
Returns the maximum value in a set of compute field values, filtered by a set of criteria.
If the criterion_operator equals = or <>, the wildcard characters can be used as the criterion_value: the question mark (?) and asterisk (*). A question mark matches any single character; an asterisk matches any sequence of characters. If you want to find an actual question mark or asterisk, type a tilde (~) preceding the character.
Notes
This is the Adaptive Calculation Engine implementation of the Excel MAXIFS function.
Syntax
min_rangeRequired.
The range of compute fields from which the minimum will be determined.
criteria_range1Required.
The range of compute fields to evaluate with the criterion_operator1 and criterion_value1.
criterion_operator1Required.
Can be one of the following: “>“; “<“; “> =“; “<“; “<=“; “<>“.
criterion_value1Required.
Determines which fields will be compared.
criteria_range2, criterion_operator2, criterion_value2, ...Optional.
Additional evaluation ranges of compute fields and their associated criteria. Note that filtering will result in the intersection of these.
Returns the minimum value in a set of compute field values, filtered by a set of criteria.
If the criterion_operator equals = or <>, the wildcard characters can be used as the criterion_value: the question mark (?) and asterisk (*). A question mark matches any single character; an asterisk matches any sequence of characters. If you want to find an actual question mark or asterisk, type a tilde (~) preceding the character.
Notes
This is the Adaptive Calculation Engine implementation of the Excel MINIFS function.
Syntax
sum_rangeRequired.
The range of compute fields to be summed.
criteria_range1Required.
The range of compute fields to evaluate with the criterion_operator1 and criterion_value1.
criterion_operator1Required.
Can be one of the following: “>“; “<“; “> =“; “<“; “<=“; “<>“.
criterion_value1Required.
Determines which fields will be compared.
criteria_range2, criterion_operator2, criterion_value2, ...Optional.
Additional evaluation ranges of compute fields and their associated criteria. Note that filtering will result in the intersection of these.
Returns the sum of compute field values in a set, filtered by a set of criteria.
If the criterion_operator equals = or <>, the wildcard characters can be used as the criterion_value: the question mark (?) and asterisk (*). A question mark matches any single character; an asterisk matches any sequence of characters. If you want to find an actual question mark or asterisk, type a tilde (~) preceding the character.
Notes
This is the Adaptive Calculation Engine implementation of the Excel SUMIFS function.
Syntax
avg_rangeRequired.
The range of compute fields to average.
criteria_range1Required.
The range of compute fields to evaluate with the criterion_operator1 and criterion_value1.
criterion_operator1Required.
Can be one of the following: “>“; “<“; “> =“; “<“; “<=“; “<>“.
criterion_value1Required.
Determines which fields will be compared.
criteria_range2, criterion_operator2, criterion_value2, ...Optional.
Additional evaluation ranges of compute fields and their associated criteria. Note that filtering will result in the intersection of these.
Returns the average of compute field values in a set, filtered by a set of criteria.
If the criterion_operator equals = or <>, the wildcard characters can be used as the criterion_value: the question mark (?) and asterisk (*). A question mark matches any single character; an asterisk matches any sequence of characters. If you want to find an actual question mark or asterisk, type a tilde (~) preceding the character.
Notes
This is the Adaptive Calculation Engine implementation of the Excel AVERAGEIFS function.
Syntax
criteria_range1Required.
The range of compute fields to evaluate with the criterion_operator1 and criterion_value1.
criterion_operator1Required,
Can be one of the following: “>“; “<“; “> =“; “<“; “<=“; “<>“.
criterion_value1Required.
Determines which fields will be compared.
criteria_range2, criterion_operator2, criterion_value2, ...Optional.
Additional evaluation ranges of compute fields and their associated criteria. Note that filtering will result in the intersection of these.
Returns the number of times all criteria are met.
If the criterion_operator equals = or <>, the wildcard characters can be used as the criterion_value: the question mark (?) and asterisk (*). A question mark matches any single character; an asterisk matches any sequence of characters. If you want to find an actual question mark or asterisk, type a tilde (~) preceding the character.
Notes
This is the Adaptive Calculation Engine implementation of the Excel COUNTIFS function.
Syntax
number1 Required.
number2,... Optional.
Returns the median of the arguments. The median is the number in the middle of a set of numbers.
Notes
This is the Adaptive Calculation Engine implementation of the Excel MEDIAN function.
Syntax
number1 Required.
number2,... Optional.
Returns the mode of the arguments as a single value. The mode is the most frequently occurring, or repetitive, value in a set of numbers.
Notes
This is the Adaptive Calculation Engine implementation of the Excel MEDIAN function.
Syntax
valueRequired.
The value whose rank will be determined.
rangeRequired.
The range of compute fields to consider for ranking.
orderOptional.
A number specifying how to rank the value. If the order is 0 (zero) or ommited, RANK.EQ ranks the value as if the range was sorted in descending order. If the order is any nonzero value, RANK.EQ ranks the value as if the range was sorted in ascending order.
Returns the rank of a specified value in a dataset.
In a sorted list of numbers, the rank of the number equals its position.
Notes
This is the Adaptive Calculation Engine implementation of the Excel RANK.EQ function.
Syntax
valueRequired.
The value whose rank will be determined.
rangeRequired.
The range of compute fields to consider for ranking.
orderOptional.
A number specifying how to rank the value. If the order is 0 (zero) or ommited, RANK.AVG ranks the value as if the range was sorted in descending order. If the order is any nonzero value, RANK.AVG ranks the value as if the range was sorted in ascending order.
Returns the rank of a specified value in a dataset.
if more than one value has the same rank, the average rank is returned.
Notes
This is the Adaptive Calculation Engine implementation of the Excel RANK.AVG function.