FR/Documentation/Calc: Fonctions logiques

From Apache OpenOffice Wiki
< FR‎ | Documentation
Revision as of 16:01, 1 August 2008 by Sgauti (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Liste des fonctions logiques Calc

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.



See also

Functions listed by category

Personal tools