Uppercase and Lowercase in Excel: LOWER, UPPER, and PROPER Explained
Many users search for “caps to lowercase Excel” because Excel has no one‑click case button. The correct approach is to use formulas. This guide explains LOWER, UPPER, and PROPER, plus how to keep the results without formulas.
Table of contents:
LOWER
LOWER converts all text to lowercase, which solves the “caps to lowercase Excel” problem immediately.Syntax: =LOWER(text)
Example:
=LOWER(A2)
UPPER
UPPER converts any text to uppercase, which is useful for headings or IDs.Syntax: =UPPER(text)
Example:
=UPPER(A2)
PROPER (Title Case)
PROPER capitalizes the first letter of each word. It is commonly used for names and titles.Syntax: =PROPER(text)
Example:
=PROPER(A2)
Paste values to remove formulas
Formulas are great, but sometimes you want clean text. After conversion: 1. Copy the converted column. 2. Use Paste Special > Values. 3. Delete the formula column if you no longer need it.No formulas: online alternative
If you do not want formulas at all, use the online converter: https://textcaseconverter.online/en/Related:
- Full guideppercase-to-lowercase-word-excel-google-docs/
- Keyboard shortcutsppercase-to-lowercase-shortcuts/
FAQ
If you searched for “caps to lowercase Excel,” these answers clear up the usual confusion.
Is there a shortcut in Excel?
No. Excel uses formulas for case conversion.
Which formula should I use most of the time?
LOWER() is the standard for converting text to lowercase.
How do I remove formulas after conversion?
Copy the results and use Paste Special > Values.
Use the online converter if you want a fast, formula‑free option.
Convert text now





