=EXACT(text1,text2)
=EXACT("Hello", "Hello")
The EXACT function can be used to compare two strings for equality. For example, the formula returns TRUE, since the two strings "Hello" are the same.
=EXACT("Hello", "hello")
The EXACT function is case sensitive. For example, the formula returns FALSE, since "Hello" and "hello" are not the same string.
=EXACT("Hello", "Hello World")
The EXACT function can be used to compare strings of different lengths. For example, the formula returns FALSE, since the two strings are not the same.
The EXACT function is a convenient tool to verify the accuracy of text strings that are added to documents. It is an efficient way to ensure that a document is free of errors.