How to reverse search last word in a string with formula in Excel?
In general, we search word from left side in a string, but would you ever tried to reverse search the word in a string, which means to quickly get the last word from string as below screenshot shown. Here, I introduce some formulas to help you quickly find the last word in a string in Excel sheet.
Reverse search to find last word in Excel
Reverse search last word in Excel
To reverse search the last word, you just need one of below formulas.
=RIGHT(A1,LEN(A1)-FIND("|",SUBSTITUTE(A1," ","|",LEN(A1)-LEN(SUBSTITUTE(A1," ","")))))
=IF(ISERROR(FIND(" ",A1)),A1, RIGHT(A1,LEN(A1) - FIND("|",SUBSTITUTE(A1," ","|",LEN(A1)-LEN(SUBSTITUTE(A1," ",""))))))
Select a blank cell which you will place the search word, use one formula above, and press Enter key. Now the last words of the strings will be found.
Best Office Productivity Tools
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...
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!