FR/Documentation/Calc: fonction ESTNA

From Apache OpenOffice Wiki
Jump to: navigation, search


ESTNA

Test la valeur d'erreur #N/A (Not Available).

Syntax:

ESTNA(valeur)

renvoie VRAI si valeur est ou réfère à l'erreur #N/A (Not Available) et FAUX sinon.

Exemple :

ESTNA(NA())

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

ESTNA(1/0)

returns FALSE, because 1/0 is a #DIV/0! error, not a #N/A error.

ESTNA(A1)

où A1 contient "chien", renvoie FAUX, parce que "chien" est un texte, pas une erreur.

Voir également :

Fonction ESTERR, Fonction ESTERREUR, Fonction NA

Fonctions d'information

Personal tools