The EXACT function is used to find if the given two texts are exactly the same, by comparing with each other. The function returns TRUE if both the texts are same and returns FALSE if they do not match.
Note: This function considers the position of letters, upper/lower case and the spelling. Also this can compare only two texts.