case sensitive & set amount of characters

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

Guest

is there a fomula i can use that would make a cell case sensitive and would only allow a certain number of characters
please help
 
You can use data>validation, allow>custom

=AND(LEN(A1)<=5,EXACT(A1,UPPER(A1)))

if you select A and do the above and use the above formula it will allow max
5 characters and they all have to be upper case

--

Regards,

Peo Sjoblom


JINXY said:
is there a fomula i can use that would make a cell case sensitive and
would only allow a certain number of characters
 

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