Count if Lower case

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to write an IF statement. If lower case then equal 1, if not
equal 0

Thanks for the help
 
Hi,

imagine your range are on A1:A10

so the formula could be:

=if(a1=mim($a$1:$a$10),1,0)

hope this helps
regards from Brazil
Marcelo

"THE_RAMONES" escreveu:
 
sorry

MIN not mim as i type

"Marcelo" escreveu:
Hi,

imagine your range are on A1:A10

so the formula could be:

=if(a1=mim($a$1:$a$10),1,0)

hope this helps
regards from Brazil
Marcelo

"THE_RAMONES" escreveu:
 
=--EXACT(A2,LOWER(A2))

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top