I wish to compare a list of cells as follows:
A B
1 Abc ABC
2 MIAMI Miami
3 DCFG Dcfg
etc.
One cell is ALL capitalized...the other...only the first letter is
capitalized.
Please give formula to differenciate the two.
Thank you.
FLKulchar
Andrew Taylor - 26 Sep 2006 08:33 GMT
=EXACT(A1,B1)
and so on..
> I wish to compare a list of cells as follows:
>
[quoted text clipped - 14 lines]
>
> FLKulchar
FLKulchar - 26 Sep 2006 09:28 GMT
Thank you
> =EXACT(A1,B1)
> and so on..
[quoted text clipped - 17 lines]
>>
>> FLKulchar