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:
 ABC
1 Text Text =EXACT( A1, B1 )
2 Text text =EXACT( A2, B2 )
3 5321.222 5321.222 =EXACT( A3, B3 )
4 0.5 12:00 =EXACT( A4, B4 )
5      
 Results:
 ABCD
1 Text Text TRUE  
2 Text text FALSE  
3 5321.222 5321.222 TRUE  
4 0.5 12:00 TRUE (A4 & B4 both have
 the value 0.5 and
 so are exactly equal)
5      

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.
Excelq.com doing business as a Service of Venttraffic Media Inc. Excel and other words on this site may be trademarks or registered trademarks of Microsoft Corporation. Microsoft Corporation is not connected in any way with this website, and makes no endorsement of the site or its related contents. All rights reserved. Website powered by Venttraffic Media Inc.