EXACT
checks if two text strings are identical · from excel · excel: not yet compared · sheets: not yet compared
signature
EXACT(text1, text2)
returns: boolean
| argument | required |
|---|---|
| text1 | required |
| text2 | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=EXACT("word", "word") true