Difference between revisions of "FR/Documentation/Calc: Fonctions logiques"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: == Liste des fonctions logiques Calc == The logical functions operate on logical ('boolean') values, that is, '''TRUE''' or '''FALSE'''. {| border="0" cellpadding="0" cellspacing="10" a...)
 
m (Liste des fonctions logiques Calc)
Line 1: Line 1:
 
== Liste des fonctions logiques Calc ==
 
== Liste des fonctions logiques Calc ==
  
The logical functions operate on logical ('boolean') values, that is, '''TRUE''' or '''FALSE'''.
+
Les fonctions logiques Calc opèrent sur des valeurs logiques (booléennes), c'est à dire '''VRAI''' ou '''FAUX'''.
  
  
 
{| border="0" cellpadding="0" cellspacing="10" align="left"
 
{| border="0" cellpadding="0" cellspacing="10" align="left"
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: AND function|'''AND''']]
+
|[[Documentation/FR/Calc:_fonction_ET|'''ET''']]
|returns '''TRUE''' if all the arguments are '''TRUE'''.
+
|renvoie '''VRAI''' si tous les argument sont '''VRAIE'''.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: FALSE function|'''FALSE''']]
+
|[[Documentation/FR/Calc:_fonction_FAUX|'''FAUX''']]
|returns the logical value '''FALSE'''.
+
|renvoie la valeur logique '''FAUX'''.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: IF function|'''IF''']]
+
|[[Documentation/FR/Calc:_fonction_SI|'''IF''']]
|returns one of two values, depending on a test condition.
+
|renvoie une ou deux valeurs en fonction des conditions de tests.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: NOT function|'''NOT''']]
+
|[[Documentation/FR/Calc:_fonction_NON|'''NON''']]
|returns '''TRUE''' if the argument is '''FALSE''', and '''FALSE''' if the argument is '''TRUE'''.
+
|renvoie '''VRAI''' si l'argument est '''FAUX''', et '''FAUX''' si l'argument est '''VRAI'''.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: OR function|'''OR''']]
+
|[[Documentation/FR/Calc:_fonction_OU|'''OU''']]
|returns '''TRUE''' if any of the arguments are '''TRUE'''.
+
|renvoie '''VRAI''' si tous les arguments sont '''VRAI'''.
  
 
|-valign="top"
 
|-valign="top"
|[[Documentation/How_Tos/Calc: TRUE function|'''TRUE''']]
+
|[[Documentation/FR/Calc:_fonction_VRAI|'''VRAI''']]
|returns the logical value '''TRUE'''.
+
|renvoie la valeur logique '''VRAI'''.
  
 
|}
 
|}
 
<br style="clear:both;" />
 
<br style="clear:both;" />
 
<!-- why on earth is this necessary? -->
 
<!-- why on earth is this necessary? -->
 
  
 
==See also==
 
==See also==
  
 
'''[[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]'''
 
'''[[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]'''

Revision as of 16:07, 1 August 2008

Liste des fonctions logiques Calc

Les fonctions logiques Calc opèrent sur des valeurs logiques (booléennes), c'est à dire VRAI ou FAUX.


ET renvoie VRAI si tous les argument sont VRAIE.
FAUX renvoie la valeur logique FAUX.
IF renvoie une ou deux valeurs en fonction des conditions de tests.
NON renvoie VRAI si l'argument est FAUX, et FAUX si l'argument est VRAI.
OU renvoie VRAI si tous les arguments sont VRAI.
VRAI renvoie la valeur logique VRAI.


See also

Functions listed by category

Personal tools