Documentation/How Tos/Calc: LOWER function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 05:35, 31 December 2007 by Drking (Talk | contribs)

Jump to: navigation, search


LOWER

Converts a text string to lowercase.

Syntax:

LOWER(text)

returns text with all characters converted to lower case.

Example:

LOWER("Good MORNING")

returns good morning

See also:

UPPER, PROPER, TRIM

Text functions

Personal tools