Int | ----- |
The Int function round a number down to the nearest integer.
|
Value | ----- |
The Value function converts text to a numeric, date or time value.
|
Fixed | ----- |
The Fixed function returns a rounded fixed point representation of a number, given an optional number of decimal places.
|
Count | ----- |
The count function how many numbers are in a list of arguments.
|
Sum | ----- |
The Sum function adds up the arguments and returns the total.
|
Average | ----- |
The Average function returns the average (arithmetic mean) of the arguments.
|
Median | ----- |
The Median function returns the number in the middle of a set of numbers.
|
Min | ----- |
The Min function returns the smallest value from a list of the arguments or ranges.
|
Max | ----- |
The Max function returns the largest value from a list of the arguments or ranges.
|
Log10 | ----- |
The Log10 function returns the base 10 logarithm of a number.
|