Compares two text strings. If both are exact matches, the function returns TRUE.
Syntax
EXACT(text1,text2)
Arguments
text1 First text string or cell reference to compare. text2 Second text string or cell reference to compare. Example
EXACT("one","One") returns FALSE
EXACT("one","one") returns TRUE