Skip to content

EXACT

TextExcel 2007

TRUE only if two strings match exactly, including case.

Syntax

EXACT(text1, text2)

How it works

Normal comparison (A2=B2) is case-insensitive; EXACT is not.

Examples

=EXACT("MH12", "mh12")

FALSE

Related functions

More Text functions

← All 510 functions

Syntax follows Microsoft’s documentation. Examples are written to be pasted into a cell and checked. Argument separators may be ; in your locale. The AI explainer runs on a free community model — verify anything important.