PROPER function
Description
PROPER(str) sets the first character in each word to uppercase and the rest to lowercase.
Example
PROPER("confidence interval") returns the string value "Confidence Interval"
PROPER(str) sets the first character in each word to uppercase and the rest to lowercase.
PROPER("confidence interval") returns the string value "Confidence Interval"