hOW DO i TURN TEXT INTO ALL CAPS?

B

big D

I have written info in caps and lower case. I need it to be all caps. Is the
a command to get it to change?
 
G

Gary''s Student

Say you have text in column A and want to convert it.

In B1 enter:

=UPPER(A1) and copy down

Then copy column B and paste/special/values back onto column A
 
Top