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

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

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

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

Last reviewed: