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

Working on a sheet you inherited? Run the Auditor on the whole file first — it flags every #REF!, #N/A, broken column pattern, and inconsistent formula in seconds, free, no signup.

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

Related tasks

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

Last reviewed: