Skip to Content

EXACT

Checks whether two text strings are exactly the same

Syntax

EXACT(text1, text2)

Parameters

  • text1: Required. The first text string
  • text2: Required. The second text string

Example

=EXACT("word", "Word")
Returns: BooleanSince: Excel 2003