Lock a Cell as Capitols only

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

Guest

How can I format a cell to change text entered in small letters to capitols?
I have tried putting the formula =UPPER(H13) into cell H13, but I get an
error that says circular reference, or if I don't get that it just inserts
the text with small letters without changing it to capitols.

Susan
 
You can use Data Validation to require any data entered to be in ALL CAPS.
Select the cell (we'll say A1 for example), then select "Validation" from the
Data Menu.

Change to "Custom" and enter this formula:

=EXACT(A1,UPPER(A1))

This will not affect data that is already in the cell, nor data that is the
result of a formula. Only data that is manually typed in that cell. The
user will receive an error if they enter any lowercase letters and have to
retype.

HTH,
Elkar
 

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