Comparing two strings in Excel?
Comparing two strings in Excel?
Comparing two strings in Excel?
Re: Comparing two strings in Excel?
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.
```
=exact(A1, B1)
```
It will return true if the strings are identical.