FR/Documentation/Calc: fonction EXACT

From Apache OpenOffice Wiki
Jump to: navigation, search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


EXACT

renvoie VRAI si deux chaînes de texte sont identiques.

Syntaxe :

EXACT(texte1; texte2)

renvoie VRAI si la chaîne de texte texte1 et texte2 sont exactement les mêmes (y compris la casse).

Exemple :

EXACT("chat roux"; "chat roux")

renvoie VRAI.

EXACT("chat roux"; "Chat Roux")

renvoie FAUX.

Voir également :

TROUVE, CHERCHE, ESTTEXTE


Fonctions texte, Fonctions d'information

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

Personal tools