Function | Purpose | Param,Optional |
---|---|---|
AND | Test multiple conditions with AND | logical1logical2 … |
FALSE | Generate the logical value FALSE | |
IF | Test for a specific condition | logical_testvalue_if_true value_if_false |
IFERROR | Trap and handle errors | value value_if_error |
NOT | Reverse arguments or results | logical |
OR | Test multiple conditions with OR | logical1logical2 … |
TRUE | Generate the logical value TRUE | |
LOG | Get the logarithm of a number | numberbase |