| AND | The logical AND for any number of arguments. |
| AVEDEV | The average deviation for a list of numbers. |
| AVERAGE | The arithmetic mean of a list or array of numbers. |
| AVERAGEA | The arithmetic mean of a list or array of numbers, including text and logical values. |
| COUNT | The number of cells with a numeric value in a list or cell range. |
| COUNTA | The number of non blank cells in a list or cell range. |
| DEVSQ | The sum of squares of deviations of data points from their sample mean. |
| LARGE | The Kth largest value in an array of numbers. |
| MAX | The largest value in a list or array of numbers. |
| MAXA | The largest value in a list or array of numbers, including text and logical values. |
| MEDIAN | The median of the numbers in a list or cell range. |
| MIN | The smallest number in a list or range. |
| MINA | The smallest number in a list or range, including text and logical values |
| OR | The logical OR for any number of arguments. |
| PERCENTILE | The Kth percentile of values in a range. |
| PRODUCT | The product of all the numbers in a list or cell range. |
| QUARTILE | The quartile of a data set. |
| RANK | The rank of a value in a range (in descending order). |
| SKEW | The number representing the skewness of a distribution. |
| SMALL | The Kth smallest value in an array of numbers. |
| STDEV | The standard deviation based on a sample. |
| STDEVA | The standard deviation based on a sample, including text and logical values. |
| STDEVP | The standard deviation based on an entire population. |
| STDEVPA | The standard deviation based on an entire population, including text and logical values. |
| SUM | The total value of the numbers in a list or cell range. |
| SUMSQ | The sum of the squares of all the values in a list or cell range. |
| TRIM | The text string with all spaces removed from the beginning and end. |
| VAR | The compound variance based upon the numerical values in the range. |
| VARA | The compound variance based upon the numerical values in the range. |
| VARP | The variance based on an entire population. |
| VARPA | The variance based on an entire population, including text and logical values. |