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

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: __NOTOC__ == ESTNONTEXTE == Test si une cellule ne contient pas de texte. === Syntaxe : === <tt>'''ESTNONTEXTE(valeur)'''</tt> : renvoie <tt>'''VRAI'''</tt> à moins que <tt>'''valeur'...)
 
m (Voir également :)
Line 25: Line 25:
 
=== Voir également : ===
 
=== Voir également : ===
 
'''[[Documentation/FR/Calc:_fonction_ESTTEXTE|Fonction ESTTEXTE]]''',
 
'''[[Documentation/FR/Calc:_fonction_ESTTEXTE|Fonction ESTTEXTE]]''',
'''[[Documentation/FR/Calc:_fonction_ESTNOMBRE|Fonction ESTNOMBRE]]''',
+
'''[[Documentation/FR/Calc:_fonction_ESTNUM|Fonction ESTNUM]]''',
 
'''[[Documentation/FR/Calc:_fonction_ESTVIDE|Fonction ESTVIDE]]''',
 
'''[[Documentation/FR/Calc:_fonction_ESTVIDE|Fonction ESTVIDE]]''',
 
'''[[Documentation/FR/Calc:_fonction_ESTERREUR|Fonction ESTERREUR]]''',
 
'''[[Documentation/FR/Calc:_fonction_ESTERREUR|Fonction ESTERREUR]]''',

Revision as of 15:30, 11 November 2008


ESTNONTEXTE

Test si une cellule ne contient pas de texte.

Syntaxe :

ESTNONTEXTE(valeur)

renvoie VRAI à moins que valeur est ou réfère à du texte et dans ce cas renvoie FAUX.
ESTNONTEXTE(valeur) est équivalent à NON(ESTTEXTE(valeur)).

Exemple :

ESTNONTEXTE(123)

renvoie VRAI.

ESTNONTEXTE(C2)

où la cellule C2 contient chat, renvoie FAUX.

ESTNONTEXTE(C3)

où la cellule C3 contient =1/0, renvoie VRAIE, parce que =1/0 renvoie une valeur d'erreur, pas du texte.

ESTNONTEXTE(C4)

où C4 est une cellule vide, renvoie VRAI (une cellule vide ne contient pas de texte).

Voir également :

Fonction ESTTEXTE, Fonction ESTNUM, Fonction ESTVIDE, Fonction ESTERREUR, Fonction ESTLOGIQUE, Fonction ESTFORMULE

Fonctions d'information

Personal tools