PROPER
The PROPER function in Google Sheets is a convenient tool to capitalize each word in a given string. Whether you're formatting names, titles, or any other text, the PROPER function simplifies the task. Discover the step-by-step tutorial below to learn how to apply it.
Function Syntax and Parameters
Syntax: PROPER(text_to_capitalize)
Parameters:
text_to_capitalize: The text or cell reference containing the string to capitalize.
Step-by-Step Tutorial
-
Using
PROPERwith a single word:- Example:
=PROPER("hello") - Result:
Hello
- Example:
-
Using
PROPERwith a sentence:- Example:
=PROPER("good morning, everyone!") - Result:
Good Morning, Everyone!
- Example:
Use Cases and Scenarios
- Name Formatting: Capitalize the first letter of each name in a list.
- Title Formatting: Format titles by capitalizing each word.
- Textual Data Enhancement: Capitalize text imported from external sources.