View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Andrew Taylor Andrew Taylor is offline
external usenet poster
 
Posts: 225
Default Capital Letters versus Not

=EXACT(A1,B1)
and so on..

F. Lawrence Kulchar wrote:
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