The EXACT function in excel compares to strings or cells to tell if they are exactly the same. If they are same, you’ll get TRUE, else FALSE. Yes you can do the same using comparison operator (=) but it’s not case sensitive. EXACT is case sensitive.
text1, text2: These are the texts that you want to compare.
To compare text in Cell A2 and B2, write this formula:
To compare two texts directly, which is not practical, anyway write this formula anyway.
This will return false. As the first one is in capitals and the other is in smalls.
So yeah guys, this how you use the EXACT function. Leave your thoughts in the comments section below.
Related Articles:
How to do Case Sensitive Lookup in Excel
How to Use UPPER function in Excel
How to Use LOWER function in Excel
How to Use PROPER function in Excel
Popular Articles:
50 Excel Shortcuts to Increase Your Productivity
How to use the VLOOKUP Function in Excel
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.