EXACT function

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 is the first text to compare.
  • text 2 is the second text to compare.

Example

=EXACT("IBM lab5","IBM Lab5") returns FALSE.