PROPER Function Explained
The PROPER
function in Microsoft Excel capitalizes the first letter of each word in a text string. It takes a single argument, which is the text string to be modified. It returns the modified text string with the first letter of each word capitalized.
PROPER Function Syntax
PROPER(text)
- text: The text string that you want to partially convert to uppercase letters.