EXACT

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

Syntax

EXACT(text_1;text_2)

text_1 refers to the first text to compare.

text_2 is the second text to compare.

Пример

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

Please support us!