In this article:

Change Text to Proper Case in Google Sheets (2024 Update)

April 1, 2024

How to Change Text to Proper Case in Google Sheets

To convert text in a specific cell to proper case, you simply enter the PROPER function followed by the cell reference in parentheses. The PROPER function is particularly useful for formatting names or titles in your spreadsheet to ensure consistency in how text is displayed.

The basic syntax for the PROPER function in Google Sheets is:

=PROPER(text)

Where text refers to the text string that you want to convert to proper case, or the reference to the cell containing the text. 

Examples

To convert the text directly within the formula:

=PROPER("hello world")

google sheets proper case

If you want to convert the text in cell A1 to proper case, you would use the following formula:

=PROPER(A1)

proper case google sheets

Tip: After entering the PROPER function in the first cell (e.g. B1 as =PROPER(A1)), you can drag the fill handle (the small circle at the bottom right corner of the cell) down or across to quickly apply the same formula to adjacent cells, adjusting the cell references automatically.

proper case in google sheets
change text to proper case in google sheets

You can also combine the PROPER function with other functions for more complex transformations. For instance, to trim leading and trailing spaces before converting to proper case, you could use:

=PROPER(TRIM(A1))

Below is an example: 

function for proper case in google sheets

This combination ensures that extra spaces are removed before the text is converted to proper case.

We hope that this article has helped you and given you a better understanding of how to change text to proper case in Google Sheets. If you enjoyed this article, you might also like our articles on how to set up a foreach loop in Google Sheets and how to switch to view-only mode in Google Sheets.

Get Google Sheets productivity and automation tips delivered straight to your inbox
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
We'll email you 1-3 times a week — and never share your information.
Get your copy of our free Google Sheets automation guide!
  • 27 pages of Google Sheets tips and tricks to save time
  • Covers pivot tables and other advanced topics
  • 100% free

Work less, automate more!

Use Lido to connect your spreadsheets to email, Slack, calendars, and more to automate data transfers and eliminate manual copying and pasting. View all use cases ->