PROPER()

Syntax. PROPER(text)

Definition. This function converts the first character of all words in a string to uppercase and all other characters to lowercase.

Arguments

  • text (required). The text string enclosed in quotation marks, a formula that returns text, or the reference to the cell that contains the text you want to convert to proper case

Background. Many systems import data in uppercase. Using the PROPER() function allows you to convert the data to normal text.

You can also use this function for names with a hyphen. If you pass numeric values, the PROPER() function works in the same way as the UPPER() function.

Examples. Assume that the text in an imported list consists of all uppercase letters. You want to convert the text to the correct casing (uppercase and lowercase).

  • =PROPER("charles dickens") results in Charles Dickens.

  • =PROPER("Excel") results in Excel.

  • =PROPER("eXCEL") results in Excel.

  • =PROPER("JEAN PHILIPPE BAGEL") results in Jean Philippe Bagel.

See Also

LOWER(), UPPER()

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.227.134.133