answersLogoWhite

0

You use the Upper function. So if the text is in A1, then in another cell put the formula:

=UPPER(A1)

The Lower function will change from upper case to lower case. The Proper function will give you a capital letter at the start and small letters for the rest.

=LOWER(A1)

=PROPER(A1)

User Avatar

Wiki User

16y ago

What else can I help you with?