Answer the question
In order to leave comments, you need to log in
How can you recognize small letters?
Tell me, please, how can I find out all the cells whose words begin with a small letter?
Answer the question
In order to leave comments, you need to log in
I would use the LEFT, REGEXMATCH and regular expression functions [a-z]
.
It can be done in bulk if needed. Formula for small latin letters
=ArrayFormula(1=ЕСЛИ(КОДСИМВ(ЛЕВСИМВ(B6:B;1))>=97;1;0)*ЕСЛИ(КОДСИМВ(ЛЕВСИМВ(B6:B;1))<=122;1;0))
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question