ReferenceFunctionsText Functions
PROPER
PROPER: Capitalizes the first letter of each alphanumeric word.
Summary
Capitalizes the first letter of each alphanumeric word.
Remarks
- Word boundaries are reset by non-alphanumeric characters.
- Internal letters in each word are lowercased.
- Non-text inputs are coerced to text.
- Errors are propagated unchanged.
Examples
Title case simple phrase
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
Hello World
Hyphen-separated words
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
North-East Region
Related functions
FAQ
How are word boundaries determined?
Any non-alphanumeric character starts a new word boundary for capitalization.
Runtime metadata
Category
Text
Signature
PROPER(arg1: Any)Arity
min 1, max 1
Arguments
arg1Any · Scalar
Caps
PURE
Source