Difference between revisions of "FR/Documentation/Calc: fonction N"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Catégorie et paramètre de tri.)
m (Issues :)
 
(One intermediate revision by the same user not shown)
Line 25: Line 25:
 
=== Voir également : ===
 
=== Voir également : ===
 
'''[[Documentation/FR/Calc:_fonction_ESTNUM|ESTNUM]]''',
 
'''[[Documentation/FR/Calc:_fonction_ESTNUM|ESTNUM]]''',
'''[[Documentation/FR/Calc:_fonction_VALEUR|VALEUR]]''',
+
'''[[Documentation/FR/Calc:_fonction_CNUM|CNUM]]''',
 
'''[[Documentation/FR/Calc:_fonction_T|T]]''',
 
'''[[Documentation/FR/Calc:_fonction_T|T]]''',
 
'''[[Documentation/FR/Calc:_fonction_TEXTE|TEXTE]]''',
 
'''[[Documentation/FR/Calc:_fonction_TEXTE|TEXTE]]''',
Line 32: Line 32:
  
 
'''[[Documentation/FR/Calc:_Fonctions_information|Fonctions d'information]]'''
 
'''[[Documentation/FR/Calc:_Fonctions_information|Fonctions d'information]]'''
 
  
 
===Issues : ===
 
===Issues : ===
 
<tt>'''N()'''</tt> dans Calc va convertir du texte en nombre, mais dans Excel, cela ne fonctionnera pas. Le standard ODFF n'a délibérément pas spécifié de comportement. Utilisez <tt>'''VALEUR()'''</tt> pour convertir un texte en nombre.
 
<tt>'''N()'''</tt> dans Calc va convertir du texte en nombre, mais dans Excel, cela ne fonctionnera pas. Le standard ODFF n'a délibérément pas spécifié de comportement. Utilisez <tt>'''VALEUR()'''</tt> pour convertir un texte en nombre.
  
 +
{{PDL1}}
 
[[Category: Calc/Fonctions/FR|N]]
 
[[Category: Calc/Fonctions/FR|N]]

Latest revision as of 16:16, 30 May 2009


N

Renvoie la valeur numérique.


Syntaxe :

N(valeur)

renvoie la valeur numérique de valeur si possible. La fonction renvoie les valeurs logiques VRAI et FAUX comme 1 et 0 respectivement.
N() n'est pas supposé convertir du texte en nombre - utiliser la fonction VALEUR() à la place.

Exemple :

N(123)

renvoie 123, parce que 123 est déjà un nombre.

N(VRAI)

renvoie 1.

N(A3)

où A3 contient FAUX, renvoie 0.


Voir également :

ESTNUM, CNUM, T, TEXTE, CTXT, DECIMAL

Fonctions d'information

Issues :

N() dans Calc va convertir du texte en nombre, mais dans Excel, cela ne fonctionnera pas. Le standard ODFF n'a délibérément pas spécifié de comportement. Utilisez VALEUR() pour convertir un texte en nombre.

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