Returns a text string with the first letter of each word capitalized, and all the other letters in the lowercase.
Syntax
Examples
|
Formula |
Result |
|
=PROPER("zOho sheet") |
Zoho Sheet |
|
=PROPER("this is a title") |
This Is A Title |
|
=PROPER("mick floyd") |
Mick Floyd |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions