SheetRocks
Documentation/Formulas/LOWER

LOWER

Returns a string after converting it to lowercase

Syntax

LOWER(text)

Arguments

Argument Description Required
text The string that should be converted to lowercase Required

Examples

Convert text to lowercase

=LOWER("HELLO WORLD")
Result ⇒ hello world

Convert mixed case text

=LOWER("E. E. Cummings")
Result ⇒ e. e. cummings

Convert cell text to lowercase

=LOWER(A1)
Result ⇒ apt. 2b
A
1 Apt. 2B

Related Functions

Other Text functions:


← Back to Formula Reference