How to extract first or first two words from text strings in Google sheet?
If you need to extract the first or first two or n words from a list of text strings as following screenshot shown in Google sheet, how could you achieve it as quickly as you want?
Extract the first word from text strings in Google sheet
Extract the first two or n words from text strings in Google sheet
Extract the first word from text strings in Google sheet
To extract only the first word from a list of text strings, please apply the following simple formula.
Enter this formula: =LEFT(A2,FIND(" ",A2)-1) into a blank cell where you want to locate the result, press Enter key to get the result from A2, then drag the fill handle down to the cells which you want to extract the first word, see screenshot:
Extract the first two or n words from text strings in Google sheet
If you need to extract the first 2 or 3 or n words from the text strings, you should use the below formula.
For extracting the first two words, please enter this formula: =regexextract(A2,"[\w]* [\w]*") into a blank cell, and press Enter key, the first two words of Cell A2 will be displayed, then drag the fill handle down to the cells to extract the first two words from the list of text strings, see screenshot:
Note: To extract the first three words, you should apply this formula: =regexextract(A2,"[\w]* [\w]* [\w]*"), to extract first n words, you just need to add [\w]* n times in the formula.
Best Office Productivity Tools
Supports Office/Excel 2007-2021 and 365 | Available in 44 Languages | Easy to Uninstall Completely
Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need Is Just A Click Away...
Supercharge Your Spreadsheets: Experience Efficiency Like Never Before with Kutools for Excel (Full-Featured 30-Day Free Trial)
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!




