I'm working on a simple Excel sheet, where users enter their first name, sometimes they don't use capital letters, so I'm trying to make the name cells capitalize first letter automatically when they fill in their name.
I tried PROPER formula but this is useful between 2 cells / columns.
When a user Enter "jose gonzalez" in the name cell and hit enter, the content become "Jose Gonzalez".