Skip to main content

Excel Formula: Capitalize first letter of text string or each word

In this tutorial, you will find the formulas on capitalizing the first letter of a certain text string or each word and understand how the formulas work.

Capitalize first letter of the text string in cell   Capitalize first letter of each word in cell
 doc caplitalize first letter 1  doc caplitalize first letter 2

Capitalize first letter of the text string in cell

Capitalize first letter of text string disregard other letters

Generic formula:

UPPER(LEFT(text))&MID(text,2,LEN(text))

Arguments

Text: the text string you want to uppercase the first letter.

How this formula work

Example: for instance, you want to uppercase the first letter in cell B3, then use below formula in a blank cell.

=UPPER(LEFT(B3))&MID(B3,2,LEN(B3))

Press Enter key, and if you need, drag the fill handle down to fill cells with this formula and uppercase all first letters of each cell.
doc caplitalize first letter 3

Explanation

UPPER function: Uppercase all letters in the text string.

LEFT function: Extract a given number of characters from left side of the text string, in this formula, it just extracts the first character. Thus, UPPER(LEFT(B3) will uppercase the first character from left side.

MID function: Extract a given number of characters from a specific position of the text string.

LEN: Get the number of characters in the text string. Thus, MID(B3,2,LEN(B3)) returns all characters except the first one.

Remarks:

1. With this formula, it will convert the first letter to uppercase only, but disregard other letters.

2. If the first one characters are not alphabetical, it will return the original value.

Capitalize first letter of text string and make others lower

Generic formula:

REPLACE(LOWER(text),1,1,UPPER(LEFT(text,1)))

Arguments

Text: the text string you want to uppercase the first letter and lowercase other characters.

How this formula work

Example: for instance, you want to uppercase the first letter in cell B3, then use below formula in a blank cell.

=REPLACE(LOWER(B3),1,1,UPPER(LEFT(B3,1)))

Press Enter key, and if you need, drag the fill handle down to fill cells with this formula and uppercase all first letters of each cell.
doc caplitalize first letter 4

Explanation

UPPER(LEFT(B3,1)): convert the first characters of a text string to capital.

LOWER(B3): convert all characters in the text string to lower case.

REPLACE function: replace the old text string with a new text string.

Remarks:

1. With this formula, it will convert the first letter to uppercase, and make other letters in lower case.

2. If the first character are not alphabetical, it will return the original value.

Capitalize first letter of each word in cell

If you want to capitalize every first letter of each word in the cell, you can do as these:

Generic formula:

PROPER(text)

Arguments

Text: the text string you want to uppercase the first letter of each word.

How this formula work

Example: for instance, you want to uppercase the first letter of each word in cell B3, then use below formula in a blank cell

=PROPER(B3)

Press Enter key, and if you need, drag the fill handle down to fill cells with this formula and uppercase all first letters of each cell.
doc caplitalize first letter 5

Remarks:

1. The Proper function will convert the letters which are separated by non-alphabetical characters to uppercase. See screenshot:
doc caplitalize first letter 6

2. The Proper function does not affect numbers and punctuations.

Sample File

doc sampleClick to download sample file


Relative Formulas


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 Kutools AI Aide: Revolutionize data analysis based on: Intelligent Execution   |  Generate Code  |  Create Custom Formulas  |  Analyze Data and Generate Charts  |  Invoke Kutools Functions…
Popular Features: Find, Highlight or Identify Duplicates  |  Delete Blank Rows  |  Combine Columns or Cells without Losing Data  |  Round without Formula ...
Super VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy Drop Down List  |  Dependent Drop Down List  |  Multi-select Drop Down List...
Column Manager: Add a Specific Number of Columns  |  Move Columns  |  Toggle Visibility Status of Hidden Columns  Compare Columns to Select Same & Different Cells ...
Featured Features: Grid Focus  |  Design View  |  Big Formula Bar  |  Workbook & Sheet Manager | Resource Library (Auto Text)  |  Date Picker  |  Combine Worksheets  |  Encrypt/Decrypt Cells  |  Send Emails by List  |  Super Filter  |  Special Filter (filter bold/italic/strikethrough...) ...
Top 15 Toolsets12 Text Tools (Add Text, Remove Characters ...)  |  50+ Chart Types (Gantt Chart ...)  |  40+ Practical Formulas (Calculate age based on birthday ...)  |  19 Insertion Tools (Insert QR Code, Insert Picture from Path ...)  |  12 Conversion Tools (Numbers to Words, Currency Conversion ...)  |  7 Merge & Split Tools (Advanced Combine Rows, Split Excel Cells ...)  |  ... and more

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Description


Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Edge and Firefox.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
Rate this post:
0   Characters
Suggested Locations