EXACT
Information Functions
Basic Description
The Excel Exact function tests if two supplied text strings are exactly equal and if so, returns TRUE; Otherwise, the function returns FALSE. The function is case-sensitive.
The format of the Exact function is :
EXACT( text1, text2 )
Where the text1 and text2 arguments can be supplied to the function directly or as references to cells containing text.
The Exact function will also work with numbers and logical values
Exact Function Examples
The following spreadsheet shows examples of the Excel Exact function.
Formulas:
|
Results:
|
Note that, in the above examples:
- As the Excel Exact function is case-sensitive, the function in cell C2 returns FALSE
- The time 12:00 (in cell B4) actually has the underlying value of 0.5 in Excel. Therefore the values in cells A4 and B4 are exactly equal - it is just the formatting of these two cells that is different.