The list of predefined logical functions is given in the table below:
Function |
Brief description |
It 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. | |
It checks if at least one argument is TRUE; returns TRUE or FALSE. | |
It returns the logical FALSE. | |
It checks condition. | |
It returns TRUE if the argument refers to an empty cell, otherwise it returns FALSE. | |
It returns the logical TRUE. |
See also: