Calculates the variance of an entire population drawn from a database table-like array or range using a SQL-like query.
Calculates the variance of a population sample chosen from a database-like array or range with a SQL-style query.
Calculates the total of values extracted from a database-like range or array using a query similar to SQL.
Calculates the standard deviation for an entire population drawn from a database-like array or range using a SQL-inspired query.
Calculates the standard deviation of a population sample extracted from a database table-like array or range, utilizing a SQL-like query.
Calculates the product of values extracted from a database-like array or range using a SQL-like query.
Retrieves the smallest value from a range or array that resembles a database table, applying a SQL-like query.
Retrieves the highest value from a database-like array or range using a SQL-style query.
Fetches a single value from a database-like range or array using a SQL-style query.
Counts entries, including text, drawn from a database-style array or range using a SQL-like query.