EXACT (compare texts)

<< Click to Display Table of Contents >>

EXACT (compare texts)

Syntax:

EXACT(Text1, Text2)

Description:

Returns TRUE if Text1 and Text2 are exactly the same.

This function is case-sensitive.

Example:

EXACT("aaa", "aaa") returns TRUE

EXACT("aaa", "Aaa") returns FALSE

EXACT(UPPER("aaa"), UPPER("Aaa")) returns TRUE

See also:

FIND, SEARCH, DELTA