Разрешете JavaScript в браузъра, за да се показват страниците от помощта на LibreOfficeDev.

EXACT

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

Синтаксис

EXACT("Text1"; "Text2")

Text1 refers to the first text to compare.

Text2 is the second text to compare.

Пример

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