FUNCTIONS | DESCRIPTION | SYNTAX |
AND | Checks all the logic arguments and returns True if all are True | =AND(logical1,logical2,…) |
OR | Checks all the logic arguments and returns False if all are False | =OR(logical1,logical2,…) |
XOR | Returns a logical “exclusive OR” of all arguments. | =XOR(logical1,logical2,…) |
FALSE | Returns the logical value FALSE | =FALSE() |
TRUE | Returns the logical value TRUE | =TRUE() |
NOT | Returns the opposite of the logic of its argument | =NOT(logical) |
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.