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

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: __NOTOC__ == TROUVE == Renvoie la position d'une chaîne de texte à travers une autre chaîne. === Syntaxe : === <tt>'''TROUVE(texte; texte_cherché; position_départ)'''</tt> : renvoi...)
 
m (Voir également :)
Line 22: Line 22:
  
 
=== Voir également : ===
 
=== Voir également : ===
'''[[Documentation/FR/Calc:_fonction_REMPLACE|REMPLACE]]''',
+
'''[[Documentation/FR/Calc:_fonction_REMPLACER|REMPLACER]]''',
 
'''[[Documentation/FR/Calc:_fonction_CHERCHE|CHERCHE]]''',
 
'''[[Documentation/FR/Calc:_fonction_CHERCHE|CHERCHE]]''',
 
'''[[Documentation/FR/Calc:_fonction_SUBSTITUE|SUBSTITUE]]''',
 
'''[[Documentation/FR/Calc:_fonction_SUBSTITUE|SUBSTITUE]]''',
'''[[Documentation/FR/Calc:_fonction_EXAC|EXACT]]'''
+
'''[[Documentation/FR/Calc:_fonction_EXACT|EXACT]]'''
  
 
'''[[Documentation/FR/Calc:_Fonctions_texte|Fonctions texte]]'''
 
'''[[Documentation/FR/Calc:_Fonctions_texte|Fonctions texte]]'''

Revision as of 10:39, 31 October 2008


TROUVE

Renvoie la position d'une chaîne de texte à travers une autre chaîne.

Syntaxe :

TROUVE(texte; texte_cherché; position_départ)

renvoie la position du caractère de la première occurence de texte à travers texte_cherché.
position_départ (facultatif) est la position à laquelle la recherche débute.
La recherche est sensible à la casse.
Une recherche qui échoue renvoie l'erreur #VALEUR!.

Example :

TROUVE("yo"; "Yoyo")

renvoie 3.

TROUVE("cho"; "choochoo"; 2)

renvoie 5.

Voir également :

REMPLACER, CHERCHE, SUBSTITUE, EXACT

Fonctions texte

Fonctions listées alphabétiquement, Fonctions listées par catégories

Personal tools