Search notes:

Excel function: EXACT

exact(val_1, val_2) compares two values case sensitively and returns either true or false.
The values don't necessarliy need to be text types and can even be mixed (=exact(4; "4")) returns true.

See also

Values can be compared case-insensitively with = val_1 = val_2.
Excel functions

Index