Sie sind auf Seite 1von 9

2/20/2018 How to capitalize first letter only or first letter of each word in Excel?

 ExtendOffice (https://www.extendoffice.com)

 Office Tips & Tricks  Tips & Tricks for Excel  Tips & Tricks for Word  Tips & Tricks for Outlook
(/documents.html) (/documents/excel.html) (/documents/word.html) (/documents/outlook.html)

      
How To Capitalize First Letter Only Or First Letter Of Each Word In
Excel?
Supposing you have a list of text strings which words are in all uppercase, lowercase or mixed with lowercase
and uppercase, in this situation, you need to make the first letter of each word in the cell to be uppercase, and
others are lowercase as following screenshot shown:

Do you have any good ways to capitalize or uppercase the first letter of each word for multiple cells quickly and
easily in Excel?

Capitalize first letter of each word within cell with formula and VBA code

Capitalize first letter only within cell with formula

Capitalize first letter of each word or first letter only with Kutools for Excel 

https://www.extendoffice.com/documents/excel/2771-excel-capitalize-first-letter-of-cell.html#a3 1/9
2/20/2018 How to capitalize first letter only or first letter of each word in Excel?

Capitalize first letter only or first letter of each word in text string cells :
With the help of Kutools for Excel’s Change Case utility, you can quickly change the text strings to upper
case, lower case, proper case, sentence case and so on.

(https://d2d42mpnbqmzj3.cloudfront.net/downloads/KutoolsforExcelSetup.exe)

Kutools for Excel: with more than 200 handy Excel add-ins, free to try with no limitation in 60 days.
Download and free trial Now!
(https://d2d42mpnbqmzj3.cloudfront.net/downloads/KutoolsforExcelSetup.exe)

Capitalize First Letter Of Each Word Within Cell With Formula And VBA Code

(/product/office-tab.html)

Amazing! Using Tabs In Excel Like Firefox, Chrome, Internet Explore 1

To make the first letter of each word within a cell capitalize, you can use the Proper function or a simple VBA
code. Please do with following steps:

Method1: Proper function:

1. Enter this formula: =PROPER(A2) into a blank cell next to your data, B2 for instance, see screenshot:

https://www.extendoffice.com/documents/excel/2771-excel-capitalize-first-letter-of-cell.html#a3 2/9
2/20/2018 How to capitalize first letter only or first letter of each word in Excel?

2. And then drag the fill handle down to the cells that you want to apply this formula, and you can see all the
first letters of each word within the cell have been capitalized. See screenshot:

Method2: VBA code:

The following VBA code also can help you to uppercase all of the first letter of each word in a cell.

1. Please hold down ALT + F11 keys to open the Microsoft Visual Basic for Applications window.

2. Click Insert > Module, and paste the following code in the Module Window.

VBA code: Capitalize first letter of each word in a cell

https://www.extendoffice.com/documents/excel/2771-excel-capitalize-first-letter-of-cell.html#a3 3/9
2/20/2018 How to capitalize first letter only or first letter of each word in Excel?
1 Sub Proper_Case()
2 'Updateby20150428
3 Dim x As Range
4 Dim Workx As Range
5 On Error Resume Next
6 xTitleId = "KutoolsforExcel"
7 Set Workx = Application.Selection
8 Set Workx = Application.InputBox("Range", xTitleId, Workx.Address, Type:=8)
9 For Each x In Workx
10 x.Value = Application.Proper(x.Value)
11 Next
12 End Sub

3. Then press F5 key to execute this code, and select the data range that you want to use in the popped out
dialog box, see screenshot:

4. And then click OK button, all the first letter of each word in the cells have become capitalized.

Capitalize First Letter Only Within Cell With Formula

Sometimes, you just want to uppercase the first letter only and lowercase others in the cell, are you suffered
with this problem in Excel? In fact, here is a formula may do you a favor to solve this task.

1. Type this formula into a blank cell besides your data,


=UPPER(LEFT(A2,1))&LOWER(RIGHT(A2,LEN(A2)-1)), see screenshot:

https://www.extendoffice.com/documents/excel/2771-excel-capitalize-first-letter-of-cell.html#a3 4/9
2/20/2018 How to capitalize first letter only or first letter of each word in Excel?

2. Then drag the fill handle to the range of cells which you want to contain this formula, and only the first letter
of the cells has become uppercase. See screenshot:

Capitalize First Letter Of Each Word Or First Letter Only With Kutools For Excel

If you have Kutools for Excel, with its Change Case feature, you can quickly capitalize both first letter of each
word and first letter only in a cell.

Kutools for Excel (/product/kutools-for-excel.html) : with more than 120 handy Excel add-ins, free to try with
no limitation in 60 days.

Go to Download
Free Trial 60 days
(https://d2d42mpnbqmzj3.cloudfront.net/downloads/KutoolsforExcelSetup.exe)
Purchase
PayPal / MyCommerce (/order/kutools-for-excel.html)

After installing Kutools for Excel, please do as follows:

https://www.extendoffice.com/documents/excel/2771-excel-capitalize-first-letter-of-cell.html#a3 5/9
2/20/2018 How to capitalize first letter only or first letter of each word in Excel?

1. Select the data range that you want to use.

2. Click Kutools > Text > Change Case, see screenshot:

3. In the Change Case dialog box, if you select Proper Case, the first letter of each word will be capitalized,
see screenshot:

(https://d2d42mpnbqmzj3.cloudfront.net/downloads/KutoolsforExcelSetup.exe)

If you choose Sentence case, only the first letter of the text strings are capitalized as following screenshot
shown:

(https://d2d42mpnbqmzj3.cloudfront.net/downloads/KutoolsforExcelSetup.exe)
https://www.extendoffice.com/documents/excel/2771-excel-capitalize-first-letter-of-cell.html#a3 6/9
2/20/2018 How to capitalize first letter only or first letter of each word in Excel?

Download and free trial Kutools for Excel Now !


(https://d2d42mpnbqmzj3.cloudfront.net/downloads/KutoolsforExcelSetup.exe)

Demo: Capitalize First Letter Of Each Word Or First Letter Only With Kutools For Excel

Kutools for Excel: with more than 200 handy Excel add-ins, free to try with no limitation in 60 days.
Download and free trial Now!
(https://d2d42mpnbqmzj3.cloudfront.net/downloads/KutoolsforExcelSetup.exe)

Recommended Productivity Tools

Office Tab (/Product/Office-Tab.Html)

Bring handy tabs to Excel and other Office software, just like Chrome, Firefox and new Internet
Explorer.

Kutools For Excel (/Product/Kutools-For-Excel.Html)

Amazing! Increase your productivity in 5 minutes. Don't need any special skills, save two hours
every day!
200 New Features for Excel, Make Excel Much Easy and Powerful:
Merge Cell/Rows/Columns without Losing Data.
Combine and Consolidate Multiple Sheets and Workbooks.
Compare Ranges, Copy Multiple Ranges, Convert Text to Date, Unit and Currency Conversion.
Count by Colors, Paging Subtotals, Advanced Sort and Super Filter,
More Select/Insert/Delete/Text/Format/Link/Comment/Workbooks/Worksheets Tools...

https://www.extendoffice.com/documents/excel/2771-excel-capitalize-first-letter-of-cell.html#a3 7/9
2/20/2018 How to capitalize first letter only or first letter of each word in Excel?

(/product/kutools-for-excel.html)

(/product/kutools-for-excel.html)
(/download/kutools-for-excel.html) (/order/kutools-for-
excel.html)

Comment
RSS (/component/jlexcomment/?view=items&com_name=content&com_key=2771&format=feed) Login

Sort by Newest b
Say something here...

Be the first to comment.

Home (/) Knowledge (/documents.html) Support (/support.html) Forum (/forum.html)

Privacy Policy (/privacy-policy.html)


About Us (/support/about-us.html)

https://www.extendoffice.com/documents/excel/2771-excel-capitalize-first-letter-of-cell.html#a3 8/9
2/20/2018 How to capitalize first letter only or first letter of each word in Excel?

Copyright © 2009 - 2018 ExtendOffice.com | All Rights Reserved. Sitemap (/component/jmap/sitemap.html)


Microsoft and the Office logo are trademarks or registered trademarks of Microsoft Corporation in the United
States and/or other countries.

https://www.extendoffice.com/documents/excel/2771-excel-capitalize-first-letter-of-cell.html#a3 9/9

Das könnte Ihnen auch gefallen