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

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: __NOTOC__ == ESTFORMULE == Test si une cellule contient une formule. === Syntaxe : === <tt>'''ESTFORMULE(cellule)'''</tt> : Renvoie <tt>'''VRAI'''</tt> si <tt>'''cellule'''</tt> contie...)
 
m (ESTFORMULE)
 
(6 intermediate revisions by 5 users not shown)
Line 2: Line 2:
  
 
== ESTFORMULE  ==
 
== ESTFORMULE  ==
Test si une cellule contient une formule.
+
Teste si une cellule contient une formule.
  
 
=== Syntaxe : ===
 
=== Syntaxe : ===
Line 16: Line 16:
 
: où C5 contient <tt>'''2'''</tt> renvoie <tt>'''FAUX'''</tt>.
 
: où C5 contient <tt>'''2'''</tt> renvoie <tt>'''FAUX'''</tt>.
  
=== See also: ===
+
=== 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_ESTLOGIQUE|Fonction ESTLOGIQUE]]''',
 
'''[[Documentation/FR/Calc:_fonction_ESTLOGIQUE|Fonction ESTLOGIQUE]]''',
 
'''[[Documentation/FR/Calc:_fonction_ESTVIDE|Fonction ESTVIDE]]''',
 
'''[[Documentation/FR/Calc:_fonction_ESTVIDE|Fonction ESTVIDE]]''',
Line 24: Line 24:
  
 
'''[[Documentation/FR/Calc:_Fonctions_information|Fonctions d'information]]'''
 
'''[[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