PROPER Function

The PROPER function is one of the text and data functions. Is used to convert the first character of each word to uppercase and all the remaining characters to lowercase.

Syntax

PROPER(text)

The PROPER function has the following argument:

Argument Description
text The text that you want to partially capitalize.

Notes

How to apply the PROPER function.

Examples

The figure below displays the result returned by the PROPER function.

PROPER Function