lower

Previous chapterNext chapter Show allShow all    Hide allHide all

The function lower (string) converts upper case character to lower case.

Syntax: =lower(string)

Example Example

Cell A1 = AbCdEf
=lower(A1) is abcdef