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")Checks whether two text strings are exactly the same
EXACT(text1, text2)
=EXACT("word", "Word")