Documentation/How Tos/Calc: PROPER function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 16:04, 13 September 2008 by Drking (Talk | contribs)

Jump to: navigation, search


PROPER

returns text with words in lowercase after a capitalised first letter.

Syntax:

PROPER(text)

returns text with the first character of each word capitalised, and other characters in lower case.

Example:

PROPER("gooD morNINg")

returns Good Morning.

See also:

LOWER, UPPER

Text functions

Functions listed alphabetically, Functions listed by category

Personal tools