Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
EXACT checks whether two strings are exactly the same, including letter case — unlike the = operator, which ignores case. Use it for case-sensitive validation.
=EXACT(A2, B2)=EXACT(A2, B2)Computed by a real spreadsheet engine on the sample data below.
| A | B |
| Apple | apple |
=EXACT(A2, B2)→FALSE
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Check whether the two text values in A2 and B2 are exactly the same, case included”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: