The EXACT function is one of the text and data functions. Is used to compare data in two cells. The function returns TRUE if the data are the same, and FALSE if not.
EXACT(text1, text2)
The EXACT function has the following arguments:
The EXACT function is case-sensitive.
How to apply the EXACT function.
There are two arguments: text1 = A1; text2 = B1, where A1 is MyPassword, B1 is mypassword. So the function returns FALSE.
If we change the A1 data converting all the uppercase letters to lowercase, the function returns TRUE: