FormulaCraft

How to convert text to lowercase in Excel and Google Sheets

Topic:Text manipulation
Excel & Google Sheets
=LOWER(A2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

OriginalLowercase
HELLO
WORLD
EXCEL
SHEETS
FORMULA

=LOWER(A2)hello

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Click the destination cell (e.g. B2).
  2. 2Type =LOWER(A2) and press Enter.
  3. 3Copy the formula down to apply to all relevant rows.
  4. 4To overwrite originals, copy the results and Paste Special > Values Only.

Tips

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

Frequently asked

Does LOWER work on numbers?

Numbers pass through unchanged — LOWER only affects alphabetic characters.

Can I lowercase part of a string?

Yes — use LOWER inside MID or RIGHT to lowercase only a substring: =LEFT(A2,1)&LOWER(MID(A2,2,LEN(A2))).

More on Text manipulation

See all →

Formulas used

Related tasks

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: