Indiana University
University Information Technology Services
  
What are archived documents?
Login>>
Login

Login is for authorized groups (e.g., UITS, OVPIT, and TCC) that need access to specialized Knowledge Base documents. Otherwise, simply use the Knowledge Base without logging in.

Close

In Microsoft Excel, how do I convert lowercase letters to uppercase or vice versa?

If you have a lot of cells or rows that you want to convert, Excel provides a feature that enables you to easily convert those cells or rows to uppercase or lowercase. Consider the following spreadsheet:

  A B
21 dog  
22 cat  
23 mouse  
24 duck  
25 raccoon  

To convert the lowercase text to uppercase, use the =upper(source) command, where source is the cell's location (e.g., A21 if the source is in column A, row 21).

For example, in cell B21, type =upper(A21), as shown below:

  A B
21 dog =upper(A21)
22 cat  
23 mouse  
24 duck  
25 raccoon  

This will result in the following:

  A B
21 dog DOG
22 cat  
23 mouse  
24 duck  
25 raccoon  

To make each of the items in column A appear in uppercase letters in column B, highlight cell B21. From the Edit menu or Home tab, select Copy. (You are copying the formula in this instance.) Now highlight cells B22 through B25. From the Edit menu or Home tab, select Paste. The results should look like the following:

  A B
21 dog DOG
22 cat CAT
23 mouse MOUSE
24 duck DUCK
25 raccoon RACCOON

To convert from uppercase to lowercase, follow the same procedure, substituting =lower(source) for =upper(source) .

This is document aink in domain all.
Last modified on November 11, 2010.

Comments/Questions/Corrections

Use this form to offer suggestions, corrections, and additions to the Knowledge Base. We welcome your input!

If you are affiliated with Indiana University and would like assistance with a specific computing problem, please use the Ask a Consultant form, or contact your campus Support Center.

Contact Information

Note: We will reply to your comment at this address. If your message concerns a problem receiving email, please enter an alternate email address.