Capitalizes the first letter in the specified text and any other letters that follow a character other than a letter. Converts all other letters to lowercase letters.
Syntax
Copy Code
|
|---|
PROPER( Text text ) → Text |
Formula
Copy Code
|
|---|
=PROPER("this is a TEXT") |