FormulaCraft

How to convert text to proper case in Excel and Google Sheets

Topic:Text manipulation
Excel & Google Sheets
=PROPER(A2)

Verified example

Computed by a real spreadsheet engine on the sample data below.

OriginalProper Case
john smith
new york city
HELLO WORLD
data science
excel guide

=PROPER(A2)John Smith

Try it with your data

Edit the grid or formula, then run it through a real spreadsheet engine — no signup.

Sample data — click any cell to edit

Runs server-side · free · no signup

Step by step

  1. 1Click the destination cell (e.g. B2).
  2. 2Enter =PROPER(A2) and press Enter.
  3. 3Copy down to format all rows.
  4. 4Review the results: PROPER capitalizes letters after spaces and punctuation, so "O'BRIEN" becomes "O'Brien" and "NEW YORK" becomes "New York".

Tips

Need it for your exact data?

Describe your columns in plain English and get the precise formula for your sheet, with the right Excel or Sheets syntax.

Frequently asked

Does PROPER work in both Excel and Google Sheets?

Yes — PROPER is available in both with identical syntax.

Can I keep specific words lowercase (like 'and', 'of')?

PROPER doesn't support exceptions. For custom title-case logic you'd need a LAMBDA or helper-column approach.

More on Text manipulation

See all →

Formulas used

Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.

Last reviewed: