FormulaCraft

EXACT

EXACT checks whether two strings are exactly the same, including letter case — unlike the = operator, which ignores case. Use it for case-sensitive validation.

Excel
=EXACT(A2, B2)
Google Sheets
=EXACT(A2, B2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

AB
Appleapple

=EXACT(A2, B2)FALSE

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

How it works

  1. 1A2 and B2 are the two values to compare.
  2. 2EXACT is case-sensitive: "Apple" ≠ "apple".
  3. 3Here it returns FALSE.

Need a version for your data?

Try: “Check whether the two text values in A2 and B2 are exactly the same, case included

Related

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: