Comments
-
Got me to where I needed to go, Thanks!
-
Thanks. I'll give it a go and post my results.
-
This is the Excel command to identify fields by case. =IF(EXACT(A2,UPPER(A2)),"Upper Case",IF(EXACT(A2,LOWER(A2)),"Lower Case",IF(EXACT(A2,PROPER(A2)),"Proper Case","Other")))