GEOMEANX
Returns the geometric mean of an expression evaluated for each row in a table.
Returns the geometric mean of an expression evaluated for each row in a table.
Returns the geometric mean of the numbers in a column.
Returns a table with the Cartesian product between each row in table1 and the table that results from evaluating table2 in the context of the current row from table1.
Returns a table with the Cartesian product between each row in table1 and the table that results from evaluating table2 in the context of the current row from table1.
Returns the exponential distribution. Use EXPON.DIST to model the time between events, such as how long an automated bank teller takes to deliver cash. For example, you can use EXPON.DIST to determine the probability that the process takes at most 1 minute.
Counts the number of distinct values in a column.
Counts the number of distinct values in a column.
Provides a mechanism for declaring an inline set of data values.
Returns a table that contains the Cartesian product of all rows from all tables in the arguments. The columns in the new table are all the columns in all the argument tables.
Counts the number of rows that contain a non-blank value or an expression that evaluates to a non-blank value, when evaluating an expression over a table.