PROPER function

PROPER capitalizes the first letter in all words of a text string.

Syntax

PROPER (text)

text refers to the text to be converted.

Example

PROPER("ibm software lab") returns Ibm Software Lab.