Returns TRUE if the two given text strings are identical and FALSE otherwise.
Syntax
text1: The first text string to compare. E.g. "Zoho"
Remarks
The EXACT function is case-sensitive.
Examples
Formula | Result |
=EXACT("Zoho";"Zoho") | TRUE |
=EXACT("Zoho";"zoho") | FALSE |
=EXACT(A1;"Result") | TRUE |
Possible Errors
Errors | Meaning |
#N/A! |
|
#NAME! |
|
#VALUE! |
|
#REF! |
|