home.gif next.gif prev.gif



EXACT

See also A-Z Spreadsheet Function List


Description Compares two expressions for identical, case-sensitive matches. True is returned if the expressions are identical; False is returned if they are not.

Syntax EXACT(expression1, expression2)

expression1 is any text.

expression2 is any text.

See Also LEN and SEARCH functions

Examples EXACT(“Match”, “Match”) returns True

         EXACT(“Match”, “match”) returns False