The Excel Exact function tests if two supplied text strings or values are exactly equal and if so, returns TRUE; Otherwise, the function returns FALSE.
The function is case-sensitive.
The syntax of the Exact function is:
Where the text1 and text2 arguments are the two text strings, numbers or logical values that you want to compare for equality.
In the following spreadsheet, the Excel Exact function is used to compare four different pairs of text strings.
Formulas:
|
Results:
|
Note that, in the above examples:
Further examples of the Excel Exact function are provided on the Microsoft Office website.