Skip to main content

How to extract first or last two or n words from text string?

If you have a list of text strings which are separated by space, and now, you want to extract first or last three or n words from the cell value to get the following screenshot result. This article, I will introduce some formulas to extract first or last two or n words from text string in Excel.

Extract first two or n words from text string with formulas

Extract last two or n words from text string with formula

Extract the first or Nth word from text string with a handy feature


Extract first two or n words from text string with formulas

In this example, I will extract first three words from the cell, please apply the following formulas:

Enter any one of the following formula into a blank cell, C2, for instance, and then drag the fill handle down to the cells that you want to contain this formula, and all the first 3 words have been extracted from the corresponding cells, see screenshot:

=TRIM(LEFT(A2, FIND("^",SUBSTITUTE(A2, " ", "^",3)&"^")))

Notes:

1. In above formula, A2 is the cell you want to extract word from, and the number 3 indicates the number of first n words you want to extract. You can change them as you need.

2. If your text strings in column A, and the number of words desired in column B, to extract the different number of first n words, you can apply this formula:

=TRIM(LEFT(SUBSTITUTE(A2," ",REPT(" ",1000),B2),1000))


Extract last two or n words from text string with formula

If you want to extract the last two or n words from a list of text strings, may be the below formula can do you a favor.

Please enter or copy the belowf romula into a blank cell where you want to get the result, and then

=MID(A2,FIND("@",SUBSTITUTE(A2," ","@",LEN(A2)-LEN(SUBSTITUTE(A2," ",""))-(3-1)))+1,LEN(A2))

Note: In the above formula, A2 is the cell you want to extract word from, and the number 3 indicates the number of last n words you want to extract, if you need to extract the last 5 words, please just change the number 3 to 5 as you need.

Extract the first or Nth word from text string with a handy feature

In some cases, you may want to just extract the first or nth word from the text strings, if you have Kutools for Excel,with its Extract the nth word in cell feature, you can extract the nth word from the specified cell easily.

Note:To apply this Extract the nth word in cell, firstly, you should download the Kutools for Excel, and then apply the feature quickly and easily.

After installing Kutools for Excel, please do as this:

1. Click a cell where you want to locate the result. And then click Kutools > Formula Helper > Formula Helper, see screenshot:

2. In the Formulas Helper dialog, please do as follows:

  • Select Text from the Formula type drop-down list;
  • Select Extract the nth word in cell in the Choose a formula list box;
  • In the Cell textbox, specify the cells that you will extract words from, and enter the number you want to extract word based on in The Nth textbox.

3. And then click Ok button, and you will get the first result, and then drag the fill hanlde down to get all other results, see screesnhot:


More relative articles:

  • Extract Multiple Lines From A Cell
  • If you have a list of text strings which are separated by line breaks (that occurs by pressing Alt + Enter keys when entering the text), and now, you want to extract these lines of text into multiple cells as below screenshot shown. How could you solve it with a formula in Excel?
  • Extract Substring From Text String In Excel
  • It may be a common task for you that you need to extract substrings from text strings, in Excel, there is not a direct function for doing this, but, with the help of the LEFT, RIGHT, MID and SEARCH functions, you can extract kinds of substrings as you need.
  • Extract Text Between Parentheses From Text String
  • If there is part of the text surrounded with the parentheses within the text string, now, you need to extract all the text strings between the parentheses as following screenshot shown. How could you solve this task in Excel quickly and easily?
  • Extract Text After The Last Instance Of A Specific Character
  • If you have a list of complex text strings that contain several delimiters (take the below screenshot as example, which contains hyphens, comma, spaces within a cell data), and now, you want to find the position of the last occurrence of the hyphen, and then extract the substring after it.

Best Office Productivity Tools

🤖 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 Lookup: Multiple Criteria VLookup    Multiple Value VLookup  |   VLookup Across Multiple Sheets   |   Fuzzy Lookup ....
Advanced Drop-down List: Quickly Create 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 Ranges & Columns ...
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 Cells, ...)   |   ... and more

Supercharge Your Excel Skills with Kutools for Excel, and Experience Efficiency Like Never Before. Kutools for Excel Offers Over 300 Advanced Features to Boost Productivity and Save Time.  Click Here to Get The Feature You Need The Most...

Description


Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by 50%, and reduces hundreds of mouse clicks for you every day!
Comments (2)
No ratings yet. Be the first to rate!
This comment was minimized by the moderator on the site
Play in the sand Felipe if you feel like 5 :)
This comment was minimized by the moderator on the site
It works just fine for me. However, I am trying to understand the logic behind this formula:

=TRIM(LEFT(SUBSTITUTE(A2," ",REPT(" ",1000),B2),1000))


Can somebody please explain it to me like I am 5?

Cheers,
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
×
Rate this post:
0   Characters
Suggested Locations