Google Sheets PROPER Function

Last Updated : 23 Jul, 2025

Formatting text consistently is essential, especially when managing large datasets in Google Sheets. The PROPER function simplifies this process by automatically capitalizing the first letter of each word in a text string while converting the rest to lowercase. Whether you're dealing with names, titles, or addresses, this function ensures a polished and professional look with minimal effort.

In this guide, we’ll break down the Google Sheets PROPER function, its syntax, and practical applications. We’ll also share best practices for using this function effectively to improve your spreadsheet workflows.

Google Sheets PROPER Function

The PROPER function in Google Sheets capitalizes the first letter of each word in a given text while leaving the remaining letters in lowercase. It’s useful for formatting names, titles, or any text where proper capitalization is required.

How It Works

The PROPER function takes a text input or cell reference and automatically capitalizes the first letter of each word, while all other letters are converted to lowercase. It’s particularly helpful for cleaning up data that has inconsistent capitalization, ensuring that text appears properly formatted.

Google Sheets PROPER Function Syntax

The PROPER function in Google Sheets capitalizes the first letter of each word in a text string while converting all other letters to lowercase.

=PROPER(text)
  • text: The cell reference or string you want to format with proper capitalization.

This function is an easy and efficient way to ensure your text data is formatted in a professional, readable manner.

Examples:

Basic Example:
=PROPER("hello world")
Output: Hello World

Using a Cell Reference:
=PROPER(A1)
If A1 contains "john doe," the output will be: John Doe.

With Mixed Case:
=PROPER("jANE DOE")
Output: Jane Doe

Notes:

  • The PROPER function treats spaces, punctuation marks, and special characters as delimiters for determining word boundaries.
  • It’s especially useful for cleaning up improperly formatted text in datasets, such as names, titles, or addresses.

How to Use PROPER in Google Sheets

Here we will convert text to proper case, where the first letter of each word is capitalized, and all other letters are lowercase.

Step 1: Select the Cell for the Result

  • Choose the cell where you want the formatted text to appear.
  • For example, click on B2 if you want the result in this cell.
Screenshot73
Select the Cell

Step 2: Identify the Cell with Text

  • Find the cell containing the text you want to convert to proper case.
  • For instance, use A2, which contains the text "hello world".
Screenshot735-
Identify the Cell with Text

Step 3: Insert the PROPER Formula

Click on the selected cell (e.g., B2) and type the following formula:

=PROPER(A2)

This formula will capitalize the first letter of each word in A2 and make all other letters lowercase.

Screenshot737
Insert the PROPER Formula

Step 4: Press Enter and Apply the Formula to Other Rows

Hit Enter to apply the formula. The text in A2 will now be converted to proper case in B2. To apply the formula to other rows, drag the formula down from B2 to fill the cells below with properly capitalized text.

Screenshot738-
Press Enter >> Apply the Formula to Other Rows

Best Practice for Using Google Sheets PROPER Function

The Google Sheets PROPER function is an essential tool for formatting text consistently by capitalizing the first letter of each word while converting the rest to lowercase. Here are some best practices to maximize its effectiveness:

1. Standardize Name Formatting

Use the PROPER function to clean up name lists where capitalization may be inconsistent. For example, apply =PROPER(A1) to fix names like "JOHN doe" into "John Doe."

2. Combine with Other Functions

Combine PROPER with functions like TRIM to remove unnecessary spaces or LOWER for extra formatting. For instance, =PROPER(TRIM(A1)) ensures proper case with no leading or trailing spaces.

3. Apply to Multiple Cells Easily

Apply the PROPER function to a range by dragging the formula down a column. This is useful for bulk processing, such as reformatting an entire dataset of product names or titles.

4. Check Data Consistency Before Use

Review your data for special cases like abbreviations or acronyms (e.g., "NASA"). The PROPER function may incorrectly capitalize these (e.g., turning "NASA" into "Nasa"). Manually adjust such cases for accuracy.

5. Use for Better Readability

Ensure text like headings, email addresses, and descriptions follow a consistent capitalization style for a professional and readable appearance.

Also Read:

Conclusion

The PROPER function in Google Sheets is an excellent tool for maintaining clean and professional-looking text data. By automating the capitalization of text strings, this function saves time and reduces errors in formatting. With the insights and best practices outlined in this guide, you can confidently apply the PROPER function to streamline your text formatting tasks.

Comment