EXACT function
Summary
Checks to see if two text values are identical
Syntax
EXACT(text1, text2)
The EXACT function syntax has the following arguments:
• Text1 Required. The first text string.
• Text2 Required. The second text string.
• Text1 Required. The first text string.
• Text2 Required. The second text string.
Example
=EXACT(A2,B2)
=EXACT(A3,B3)
=EXACT(A4,B4)
=EXACT(A3,B3)
=EXACT(A4,B4)