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 (Voir également)
 
(8 intermediate revisions by 3 users not shown)
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 '''VRAI'''.
  
 
|-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|'''SI''']]
|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'''.
  
 
|}
 
|}
Line 33: Line 32:
 
<!-- why on earth is this necessary? -->
 
<!-- why on earth is this necessary? -->
  
 +
==Voir également==
 +
 +
'''[[Documentation/FR/Calc/Fonctions_listees_par_categories|Fonctions listées par catégories]]'''
  
==See also==
+
{{InterWiki Calc Functions listed by category}}
  
'''[[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]'''
+
{{PDL1}}
 +
[[Category: Calc/Fonctions/FR|0 Logiques]]
 +
[[Category: FR/Documentation/Calc|Fonctions]]

Latest revision as of 16:18, 30 May 2009

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 VRAI.
FAUX renvoie la valeur logique FAUX.
SI 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.


Voir également

Fonctions listées par catégories


Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages