Status | Function | Description |
|---|---|---|
Not started | AND | Checks whether both arguments are |
Not started | BITAND | Returns a bitwise 'AND' of two numbers. |
Not started | BITLSHIFT | Returns a number shifted left by the specified number of bits. |
Not started | BITOR | Returns a bitwise 'OR' of two numbers. |
Not started | BITRSHIFT | Returns a number shifted right by the specified number of bits. |
Not started | BITXOR | Returns a bitwise 'XOR' of two numbers. |
Not started | COALESCE | Returns the first expression that does not evaluate to BLANK. |
Not started | FALSE | Returns the logical value |
Not started | IF | Checks a condition, and returns one value when |
Not started | IF.EAGER | Checks a condition, and returns one value when |
Not started | IFERROR | Evaluates an expression and returns a specified value if the expression returns an error |
Not started | NOT | Changes |
Not started | OR | Checks whether one of the arguments is |
Not started | SWITCH | Evaluates an expression against a list of values and returns one of multiple possible result expressions. |
Not started | TRUE | Returns the logical value |