EXACT
Compares two text values and returns TRUE if they are exactly the same, FALSE otherwise. EXACT is case-sensitive.
Use
EXACT( text1, text2 )
Checks to see if two text or choice values are identical (case-sensitive).
Parameter | Required | Description |
---|---|---|
text1 | Yes | the first text or choice value |
text2 | Yes | the second text or choice value |
Returns | Logical |
Example
This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.