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

From Apache OpenOffice Wiki
Jump to: navigation, search
(JA/Documentation has been moved, it is now a redirect to User:Foral/JA/Documentation)
m (ESTFORMULE)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#REDIRECT [[User:Foral/JA/Documentation]]
+
__NOTOC__
 +
 
 +
== ESTFORMULE  ==
 +
Teste si une cellule contient une formule.
 +
 
 +
=== Syntaxe : ===
 +
<tt>'''ESTFORMULE(cellule)'''</tt>
 +
 
 +
: Renvoie <tt>'''VRAI'''</tt> si <tt>'''cellule'''</tt> contient une formule et <tt>'''FAUX'''</tt> sinon.
 +
 
 +
=== Exemple : ===
 +
<tt>'''ESTFORMULE(C4)'''</tt>
 +
: où C4 contient <tt>'''=RACINET(4)'''</tt> renvoie <tt>'''VRAI'''</tt>.
 +
 
 +
<tt>'''ESTFORMULE(C5)'''</tt>
 +
: où C5 contient <tt>'''2'''</tt> renvoie <tt>'''FAUX'''</tt>.
 +
 
 +
=== Voir également : ===
 +
'''[[Documentation/FR/Calc:_fonction_ESTTEXTE|Fonction ESTTEXTE]]''',
 +
'''[[Documentation/FR/Calc:_fonction_ESTNUM|Fonction ESTNUM]]''',
 +
'''[[Documentation/FR/Calc:_fonction_ESTLOGIQUE|Fonction ESTLOGIQUE]]''',
 +
'''[[Documentation/FR/Calc:_fonction_ESTVIDE|Fonction ESTVIDE]]''',
 +
'''[[Documentation/FR/Calc:_fonction_ESTERREUR|Fonction ESTERREUR]]'''
 +
 
 +
'''[[Documentation/FR/Calc:_Fonctions_information|Fonctions d'information]]'''
 +
 
 +
{{PDL1}}
 +
[[Category:Calc/Fonctions/FR|ESTFORMULE]]

Latest revision as of 16:07, 30 May 2009


ESTFORMULE

Teste si une cellule contient une formule.

Syntaxe :

ESTFORMULE(cellule)

Renvoie VRAI si cellule contient une formule et FAUX sinon.

Exemple :

ESTFORMULE(C4)

où C4 contient =RACINET(4) renvoie VRAI.

ESTFORMULE(C5)

où C5 contient 2 renvoie FAUX.

Voir également :

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

Fonctions d'information

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