To change small letters to capital letters in Excel, you can use the built-in UPPER function. Here's how to do it:
- Suppose your text is in cell A2.
- In a new cell, type the formula =UPPER(A2) and press Enter.
- This formula converts all the text in cell A2 to uppercase letters.
- Drag the fill handle down to apply this to other cells if needed.
- If you want to keep only the capitalized values and remove the formula, copy the new column, then paste as values back into the original cells.
This method is simple and effective to convert lowercase or mixed-case text to all capital letters in Excel.