Hi all
Here is something that is going to be tricky.
Im using the below formula to compare two columns of account ID's and highlight matches.
=IF(ISNA(MATCH(A111,F:F,0)),"",INDEX(F:F,MATCH(A111,F:F,0)))
this formula works very well ....except
The Account ID's are in this type:
[TABLE="width: 146"]
<tbody>[TR]
[TD="class: xl65, width: 146, align: left"]
a3P580000005nNH
[/TD]
[/TR]
</tbody>[/TABLE]
Now here is where the formula falls down: It is highlighting a3P580000005nNH as the same as a3P580000005nNh
The difference is that last letter is in lower case on one Account and upper on another.
But they are two completely different Accounts.
Is there an addition to the above formula to match case sensitive also?
Regards
Sprackers
Here is something that is going to be tricky.
Im using the below formula to compare two columns of account ID's and highlight matches.
=IF(ISNA(MATCH(A111,F:F,0)),"",INDEX(F:F,MATCH(A111,F:F,0)))
this formula works very well ....except
The Account ID's are in this type:
[TABLE="width: 146"]
<tbody>[TR]
[TD="class: xl65, width: 146, align: left"]
a3P580000005nNH
[/TD]
[/TR]
</tbody>[/TABLE]
Now here is where the formula falls down: It is highlighting a3P580000005nNH as the same as a3P580000005nNh
The difference is that last letter is in lower case on one Account and upper on another.
But they are two completely different Accounts.
Is there an addition to the above formula to match case sensitive also?
Regards
Sprackers