Difference between revisions of "Documentation/How Tos/Calc: PROPER function"

From Apache OpenOffice Wiki
Jump to: navigation, search
(Syntax:: more detail)
Line 40: Line 40:
 
=== Syntax: ===
 
=== Syntax: ===
 
<tt>'''PROPER(text)'''</tt>
 
<tt>'''PROPER(text)'''</tt>
: returns <tt>'''text'''</tt> with the first character of each word capitalised, and other characters in lower case.
+
: returns <tt>'''text'''</tt> 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: ===
 
=== Example: ===

Revision as of 23:05, 7 May 2014


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
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_PROPER_function&oldid=234931"
Views
Personal tools
Navigation
Tools