SheetRocks
Documentation/Formulas/PROPER

PROPER

Capitalizes the first letter in each word of a text value

Syntax

PROPER(text)

Arguments

Argument Description Required
text Text enclosed in quotation marks, a formula that returns text, or a reference to a cell containing the text you want to partially capitalize Required

Examples

Capitalize first letter of each word

=PROPER("this is a test")
Result ⇒ This Is A Test

Format name properly

=PROPER("john smith")
Result ⇒ John Smith

Proper case from cell

=PROPER(A1)
Result ⇒ Hello World
A
1 hello world

Related Functions

Other Text functions:


← Back to Formula Reference