How to Use the PROPER Function in Excel

The PROPER function in Excel and Google Sheets is utilized to capitalize the first letter of each word in a text string. It is particularly useful when dealing with names or text data that are incorrectly capitalized and need to be uniformly formatted.

Syntax:

The syntax for the PROPER function is consistent across both Excel and Google Sheets:

=PROPER(text)
  • text: The text you wish to format so that each word’s initial letter is capitalized.

Examples:

To better understand the PROPER function’s application, here are some practical examples:

Input Formula Output
john doe =PROPER(“john doe”) John Doe
mary ann smith =PROPER(“mary ann smith”) Mary Ann Smith
pETER bROWN =PROPER(“pETER bROWN”) Peter Brown

Usage:

The PROPER function is useful in several situations, such as:

  • Standardizing the capitalization of names within a database.
  • Correcting text that has been imported from external sources with inconsistent capitalization.
  • Enhancing the appearance of text data in reports or presentations.

To apply the PROPER function to a range of cells in Excel or Google Sheets, you can simply use the fill handle or integrate the function with others for more sophisticated text manipulation tasks.

In sum, the PROPER function is an essential tool for ensuring the first letter of each word in a text string is capitalized, thereby improving data consistency and enhancing readability.

More information: https://support.microsoft.com/en-us/office/proper-function-52a5a283-e8b2-49be-8506-b2887b889f94

Other functions
Returns an array of text values from any specified range
Changes full-width (double-byte) English letters or katakana within a character string to half-width (single-byte) characters
Converts a number to text, using the ß (baht) currency format
Returns the character specified by the code number
Removes all nonprintable characters from text
Returns a numeric code for the first character in a text string
Combines the text from multiple ranges and/or strings, but it doesn't provide the delimiter or IgnoreEmpty arguments
Joins several text items into one text item
Changes half-width (single-byte) English letters or katakana within a character string to full-width (double-byte) characters
Converts a number to text, using the $ (dollar) currency format
Checks to see if two text values are identical
Finds one text value within another (case-sensitive)
Formats a number as text with a fixed number of decimals
Changes half-width (single-byte) characters within a string to full-width (double-byte) characters
Returns the leftmost characters from a text value
Returns the number of characters in a text string
Converts text to lowercase
Returns a specific number of characters from a text string starting at the position you specify
Converts text to number in a locale-independent manner
Extracts the phonetic (furigana) characters from a text string
Replaces characters within text
Repeats text a given number of times
Returns the rightmost characters from a text value
Finds one text value within another (not case-sensitive)
Substitutes new text for old text in a text string
Converts its arguments to text
Formats a number and converts it to text
Combines the text from multiple ranges and/or strings, and includes a delimiter you specify between each text value that will be combined If the delimiter is an empty text string, this function will effectively concatenate the ranges
Removes spaces from text
Returns the Unicode character that is references by the given numeric value
Returns the number (code point) that corresponds to the first character of the text
Converts text to uppercase
Converts a text argument to a number
Returns text from any specified value