In Excel, the Exact function compares two strings and returns TRUE if both values are the same.
Otherwise, it will return FALSE.
The syntax for the Exact function is:
Exact( text1, text2 )
text1 and text2 are the values to compare.
The Exact function is case-sensitive.