Syntax
| Parameter | Description |
|---|---|
| text | Parameter of the PROPER function. |
Examples
Title case a name
=PROPER(A2)
Format an address
=PROPER(A2)
Clean up pasted data
=PROPER(TRIM(LOWER(A2)))
Common Errors
The argument is an error value. PROPER requires a text string or number (numbers are returned as-is).
Tips
PROPER converts "USA" to "Usa" and "LLC" to "Llc". You may need SUBSTITUTE to fix these: =SUBSTITUTE(PROPER(A1),"Llc","LLC").
PROPER capitalizes after apostrophes: "o'brien" becomes "O'Brien", which is usually correct for names.
PROPER capitalizes every word, so "the quick brown fox" becomes "The Quick Brown Fox" — not suitable for sentence case.
Try PROPER in Viztab
Import your data and use PROPER with 370+ other formulas. No signup required.
Open Viztab