Converts the words contained in a text string into proper name format (i.e. with initial capitals).
Syntax:
PROPER( text )
Example:
PROPER("big ben")
returns the text string "Big Ben".
"Big Ben"