How to Change Small to Caps in Excel: A Step-by-Step Guide

Excel does not have Word’s Change Case button, but the UPPER function can convert text to uppercase without retyping it. Use a helper column, then paste the converted results as values if you want to replace the original text.

Convert text to uppercase

  1. Suppose the original text is in cell A2.
  2. Click an empty cell such as B2.
  3. Enter =UPPER(A2) and press Enter.
  4. Fill the formula down for the remaining rows.

Replace the original text if needed

Select the converted cells and copy them. Then use Paste Special > Values over the desired destination. Pasting values is important because otherwise the cells continue to contain formulas referring to the original text.

Other case functions can help

LOWER converts text to lowercase, while PROPER capitalizes the first letter of words. PROPER is convenient but may produce undesirable capitalization for acronyms, names, and words with intentional mixed case.

Formulas do not modify the source cell

UPPER returns a converted version of the text in another cell. That makes it easy to inspect the result before replacing your original data.

Get Our Free Newsletter

How-to guides and tech deals

You may opt out at any time.
Read our Privacy Policy