Documentation/How Tos/Calc: Logical functions
From OpenOffice.org Wiki
< Documentation | How Tos
List of Calc Logical functions
The logical functions operate on logical ('boolean') values, that is, TRUE or FALSE.
| AND | returns TRUE if all the arguments are TRUE. |
| FALSE | returns the logical value FALSE. |
| IF | returns one of two values, depending on a test condition. |
| NOT | returns TRUE if the argument is FALSE, and FALSE if the argument is TRUE. |
| OR | returns TRUE if any of the arguments are TRUE. |
| TRUE | returns the logical value TRUE. |

