Skip to main content

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).

ParameterRequiredDescription
text1Yesthe first text or choice value
text2Yesthe second text or choice value

ReturnsLogical

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.

ON THIS PAGE