Activeu el JavaScript al navegador per a mostrar les pàgines de l'ajuda del LibreOfficeDev.

EXACT

Compares two text strings and returns TRUE if they are identical. This function is case-sensitive.

Sintaxi

EXACT("Text1"; "Text2")

Text1 refers to the first text to compare.

Text2 is the second text to compare.

Exemple

=EXACT("microsystems";"Microsystems") returns FALSE.