Skip to content
English
  • There are no suggestions because the search field is empty.

LOWER Operation

How to use the LOWER operation in formulas

Definition

The LOWER operation will convert a string to all lowercase letters.

Example

LOWER("HELLO World")

Result:
hello world

Syntax Guide

LOWER(text)

text - The string to convert to lowercase