Compare cell values to see if they are EXACT (case sensitive) or EQUAL (not case sensitive).
“Case Sensitive:
=EXACT([Text1],[Text2])
Converts to Proper Case then Compares:
=EXACT(PROPER(Text1),PROPER(Text2))”
Go to the main page
Compare cell values to see if they are EXACT (case sensitive) or EQUAL (not case sensitive).
“Case Sensitive:
=EXACT([Text1],[Text2])
Converts to Proper Case then Compares:
=EXACT(PROPER(Text1),PROPER(Text2))”