FormulaCraft

How to extract the first word from a cell in Excel and Google Sheets

Topic:Text manipulation
Excel & Google Sheets
=LEFT(A2, FIND(" ", A2 & " ") - 1)

Verified example

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

headerheader
Hello worlddata
First second thirddata
Singleworddata
Another example heredata

=LEFT(A2, FIND(" ", A2 & " ") - 1)Hello

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. 1Enter your text data into column A starting from cell A2.
  2. 2In cell B2, enter the formula provided for Excel or Google Sheets.
  3. 3Copy the formula down to apply it to other cells in column B.

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

What if my text doesn't have any spaces?

If there are no spaces, the formula will return the entire text as the first word.

Can this formula handle punctuation?

No, punctuation attached to the first word will be included. You may need additional functions to clean the text.

Does this work with multiple lines of text?

Yes, but it will only extract the first word from the first line.

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: