Documentation/How Tos/Calc: PROPER function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 23:05, 7 May 2014 by Drking (talk | contribs) (→‎Syntax:: more detail)
Jump to: navigation, search


PROPER

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

Syntax:

PROPER(text)

returns text with the first letter of each word capitalised, and other letters in lower case. More specifically, the first letter and any letter that follows a non-letter are capitalised.

Example:

PROPER("gooD morNINg")

returns Good Morning.

Template:Documentation/SeeAlso

Personal tools