G Guest Aug 17, 2006 #1 If I have wrongly typed in lower case, can I change it to upper case without having to re-type everything?
If I have wrongly typed in lower case, can I change it to upper case without having to re-type everything?
G Guest Aug 17, 2006 #2 =UPPER(A1) if the text is in A1 and you want everything upper case and =PROPER(A1) if you want only the first letter capitalized.
=UPPER(A1) if the text is in A1 and you want everything upper case and =PROPER(A1) if you want only the first letter capitalized.