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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Example:)
m (See also:)
Line 21: Line 21:
 
: renvoie <tt>'''VRAI'''</tt>, parce que <tt>'''NA()'''</tt> renvoie l'erreur <tt>'''#N/A'''</tt>.
 
: renvoie <tt>'''VRAI'''</tt>, parce que <tt>'''NA()'''</tt> renvoie l'erreur <tt>'''#N/A'''</tt>.
  
=== See also: ===
+
=== Voir également : ===
'''[[Documentation/How_Tos/Calc: ISERR function|ISERR function]]''',
+
'''[[Documentation/FR/Calc:_fonction_ESTERR|Fonction ESTERR]]''',
'''[[Documentation/How_Tos/Calc: ISNA function|ISNA function]]''',
+
'''[[Documentation/FR/Calc:_fonction_ESTNA|Fonction ESTNA]]''',
'''[[Documentation/How_Tos/Calc: NA function|NA function]]'''
+
'''[[Documentation/FR/Calc:_fonction_NA|Fonction NA]]'''
  
'''[[Documentation/How_Tos/Calc: Information functions|Information functions]]'''
+
'''[[Documentation/FR/Calc:_Fonctions_information|Fonctions d'information]]'''
  
 
=== Issues: ===
 
=== Issues: ===
 
* <tt>'''CHOOSE(0;"A";"B";"C";"D")'''</tt> returns <tt>'''Err:502'''</tt> (correctly - the index is out of range) but  <tt>'''ISERROR(CHOOSE(0;"A";"B";"C";"D"))'''</tt> also returns <tt>'''Err:502'''</tt>, rather than <tt>'''TRUE'''</tt>. The error is propagated rather than evaluated.
 
* <tt>'''CHOOSE(0;"A";"B";"C";"D")'''</tt> returns <tt>'''Err:502'''</tt> (correctly - the index is out of range) but  <tt>'''ISERROR(CHOOSE(0;"A";"B";"C";"D"))'''</tt> also returns <tt>'''Err:502'''</tt>, rather than <tt>'''TRUE'''</tt>. The error is propagated rather than evaluated.

Revision as of 15:18, 31 July 2008


ESTERREUR

Test n'importe quelle valeur d'erreur

Syntaxe :

ESTERREUR(valeur)

Renvoie VRAI si valeur réfère à ou évalue n'importe quelle valeur d'erreur, incluant #N/A, et FAUX sinon.
Utilisez la fonction ESTERR pour tester n'importe quelle valeur d'erreur excepté #N/A.

Exemple :

ESTERREUR(RACINE(-1))

renvoie VRAI, parce que prendre la racine carré de -1 est une erreur.

ESTERREUR(C5)

où C5 contient 123, renvoie FAUX, parceque 123 n'est pas une erreur.

ESTERREUR(NA())

renvoie VRAI, parce que NA() renvoie l'erreur #N/A.

Voir également :

Fonction ESTERR, Fonction ESTNA, Fonction NA

Fonctions d'information

Issues:

  • CHOOSE(0;"A";"B";"C";"D") returns Err:502 (correctly - the index is out of range) but ISERROR(CHOOSE(0;"A";"B";"C";"D")) also returns Err:502, rather than TRUE. The error is propagated rather than evaluated.
Personal tools