The list of predefined logical functions is given in the table below:
Function |
Brief description |
| Checks if all its arguments are TRUE and returns TRUE if they all are TRUE. | |
| It changes Boolean value of the argument to its opposite. | |
| Checks if at least one argument is TRUE; returns TRUE or FALSE. | |
| It returns the FALSE logic value. | |
| Checks condition. | |
| Returns TRUE if the argument refers to an empty cell, otherwise it returns FALSE. | |
| It returns the logical value TRUE. |
See also: