The fastest way to change uppercase text to lowercase in Excel
Excel does not have a single button to convert text case. Instead, you use the LOWER function, which converts any text string to lowercase in seconds. Type =LOWER(A1) in an empty cell, press Enter, and the text from cell A1 appears in lowercase in your new cell. Copy that formula down to convert an entire column at once.
If you want to replace the original text with the lowercase version, copy the converted cells, then paste them back as values only. This overwrites the uppercase text with the lowercase result. The whole process takes less than a minute for most datasets.
Key Takeaways
- The LOWER function converts text to lowercase: type =LOWER(A1) in an empty cell and press Enter.
- Copy the formula down to convert multiple cells at once by dragging the fill handle or selecting the range and pressing Ctrl+D.
- To replace the original uppercase text, copy the lowercase results and paste them back as values using Paste Special.
- Excel also offers UPPER (all capitals) and PROPER (first letter of each word capitalized) functions for other text conversions.
- Numbers and special characters stay unchanged when you use LOWER — only letters are affected.
Using the LOWER function on a single cell
Start in an empty column next to your uppercase text. Click the cell where you want the lowercase version to appear. Type the formula =LOWER(A1), replacing A1 with the cell containing your uppercase text. Press Enter.
The text now appears in lowercase in your new cell. The original uppercase text stays unchanged. If you need the lowercase version in the same location as the original, you will copy and paste it back later using the Paste Special method described below.
Converting an entire column of uppercase text
Enter the LOWER formula in the first empty cell next to your data, as described above. Once the formula is in place and shows the correct lowercase result, select that cell again. Look for the small square in the bottom right corner of the cell — this is the fill handle.
Click and drag the fill handle down to the last row of your data. Excel copies the formula to every cell you drag across, converting all the uppercase text to lowercase at once. Alternatively, select the cell with the formula, then select the entire range where you want it copied. Press Ctrl+D to fill down the formula automatically.
This method works for hundreds or thousands of rows without slowing down. The formula adjusts automatically for each row, so A1 becomes A2, A3, A4, and so on as you copy it down.
Replacing the original text with the lowercase version
After converting your text with the LOWER function, you have the original uppercase text in one column and the lowercase version in another. To replace the original, first select all the cells containing the lowercase results. Press Ctrl+C to copy them.
Click on the first cell of the original uppercase column. Right-click and choose Paste Special. In the dialog box, make sure only Values is checked, then click OK. This pastes only the text, not the formula, overwriting the uppercase text with lowercase. You can now delete the helper column with the formulas.
Pasting as values is important because it removes the formula link. If you paste normally, your original column will show the formula instead of the text, which is not what you want.
Other text case functions in Excel
Excel provides two other case functions alongside LOWER. The UPPER function converts text to all capitals: type =UPPER(A1) to convert any cell to uppercase. The PROPER function capitalizes the first letter of each word: type =PROPER(A1) to convert "JOHN SMITH" to "John Smith".
All three functions work the same way — enter the formula in an empty cell, copy it down for multiple rows, then paste the results back as values if you want to replace the original text. You can also combine these functions with other formulas if you need to do multiple text operations at once.
What to do if your text is in a merged cell
The LOWER function works on merged cells, but you cannot paste the results back into a merged cell using Paste Special. Instead, unmerge the cells first by selecting them, then going to the Home tab and clicking Merge & Center to toggle it off. Convert your text with LOWER, then paste the results back as values.
If you need the cells merged again after conversion, select the range with your new lowercase text and use Merge & Center to combine them. This approach takes an extra step but ensures your data converts correctly without errors.
Frequently Asked Questions
Can I convert text case without using a formula?
Excel does not have a built-in menu option for case conversion. The LOWER, UPPER, and PROPER functions are the standard method. Some third-party add-ins exist, but the formula approach is free and works in all versions of Excel.
What happens to numbers and special characters when I use LOWER?
Numbers and special characters remain unchanged. The LOWER function only affects letters. A cell containing "INVOICE #2024" becomes "invoice #2024".
Do I have to keep the helper column with the formulas?
No. Once you paste the results back as values into your original column, you can delete the helper column entirely. The lowercase text will remain because it is now stored as text, not as a formula.
Will LOWER work on text in cells with formulas?
Yes. If a cell contains a formula that produces text, LOWER can convert that result. For example, =LOWER(CONCATENATE(A1,B1)) converts the combined text from cells A1 and B1 to lowercase.
Can I undo the conversion if I change my mind?
If you have not closed the file, press Ctrl+Z to undo the paste operation and restore your original uppercase text. If you have closed the file, the original data is gone unless you saved a backup copy beforehand.