| GoTo | - | DAVERAGE - Returns the average of the numbers in a database column satisfying a condition. |
| GoTo | - | DCOUNT - Returns the number of values in a database column satisfying a condition. |
| GoTo | - | DCOUNTA - Returns the number of values in a database column satisfying a condition. |
| GoTo | - | DGET - Returns the single value from a database column satisfying a condition. |
| GoTo | - | DMAX - Returns the largest number in a database column satisfying a condition. |
| GoTo | - | DMIN - Returns the smallest number in a database column satisfying a condition. |
| GoTo | - | DPRODUCT - Returns the product of all the values in a database column satisfying a condition. |
| GoTo | - | DSTDEV - Returns the standard deviation of numbers in a database column satisfying a condition. |
| GoTo | - | DSTDEVP - Returns the standard deviation of numbers in a database column satisfying a condition. |
| GoTo | - | DSUM - Returns the total of all the values in a database column satisfying a condition. |
| GoTo | - | DVAR - Returns the variance of numbers in a database column satisfying a condition. |
| GoTo | - | DVARP - Returns the variance of numbers in a database column satisfying a condition. |