Skip to main content
Version: Streamsheets 3.0

LOWER

Converts the letters of a given string to lowercase. To convert text to uppercase please refer to UPPER.

Syntax

=LOWER(Text)

Arguments

NameTypeDescription
TextStringA string to convert to lowercase

Return

TypeDescription
StringGiven text in lowercase.

Examples

FormulaResultComment
=LOWER("HeLLo!")
hello!only affects letters in uppercase
=LOWER(A1)
hello worldassumes cell A1 contains text "Hello WORLD"