LOWER function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 15:33, 2 February 2024 by DiGro (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Personal tools