How to Capitalize the First Letter of Each Word

BeginnerText Manipulation

My list of names is all lowercase (e.g., 'john doe'). I want to make them 'John Doe'.

The Formula

=PROPER(A1)

How It Works

1

PROPER capitalizes the first letter of each word and lowercases the rest.

2

Useful for cleaning up name lists.

💡 Pro Tips

  • • Test the formula with sample data before applying to your entire dataset
  • • Use absolute references ($A$1) when copying formulas to prevent reference errors
  • • Consider error handling with IFERROR() for more robust formulas
  • • Document your formulas with comments for future reference

Need a Custom Formula?

Can't find exactly what you need? Our AI can generate custom Excel formulas based on your specific requirements.

Try AI Generator

Formula Details

Difficulty:Beginner
Category:Text Manipulation
Steps:2