PROPER

Capitalises each word in a specified string.

Sample usage

PROPER("united states")

PROPER(A2)

Syntax

PROPER(text_to_be_capitalised)

  • text_to_be_capitalised – The text which will be returned with the first letter of each word in uppercase and all other letters in lowercase.

Notes

  • PROPER is useful for proper nouns, such as names of people or geographic locations.

  • PROPER capitalises each word in text_to_be_capitalised rather than the beginning of each sentence and is therefore likely not the correct tool to use for paragraphs or other blocks of text.

  • PROPER will convert all characters not at the beginning of words to lowercase, which may cause problems with certain strings. For example, using PROPER("mcLeod") to capitalise the surname McLeod results in "Mcleod" instead.

See also

UPPER: Converts a specified string to uppercase.

SUBSTITUTE: Replaces existing text with new text in a string.

LOWER: Converts a specified string to lowercase.

Examples

true
Visit the Learning Center

Using Google products, like Google Docs, at work or school? Try powerful tips, tutorials, and templates. Learn to work on Office files without installing Office, create dynamic project plans and team calendars, auto-organize your inbox, and more.

Search
Clear search
Close search
Google apps
Main menu
7328451610261031429
true