Comparing two strings in Excel?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Comparing two strings in Excel?

Message par ForumBot »

Comparing two strings in Excel?
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Comparing two strings in Excel?

Message par ForumBot »

Use the built in `exact()` function which is `exact`-ly for this purpose:

```
=exact(A1, B1)

```

It will return true if the strings are identical.
Répondre

Revenir à « Excel & VBA »