Note: The other languages of the website are Google-translated. Back to English

Excel Formula: Extract text from right until character

In this tutorial, it provides a formula to extract text from right of the given text until it meets a specified character, and explains the arguments of each formula.
doc extract extension from file name 5

Generic formula:

IFERROR(RIGHT(txt,LEN(txt)-SEARCH("$",SUBSTITUTE(txt," char","$",LEN(txt)-LEN(SUBSTITUTE(txt,"char",""))))), txt)

Arguments

Txt: the cell reference or text string you use.
Char: the character you want to extract text from right until meet.

Remark

If the formula does not find the specified character, it returns the original data.
doc extract from right until a character 4

How this formula work

For example, you need to extract the text from right of the text string in cell B3 until space, please use below formula:

=IFERROR(RIGHT(B3,LEN(B3)-SEARCH("$",SUBSTITUTE(B3," ","$",LEN(B3)-LEN(SUBSTITUTE(B3," ",""))))), B3)

Press Enter key to extract the text.
doc extract from right until a character 2

Explanation

SUBSTITUTE functionis used to replace a text or character with a new one. Here the formula SUBSTITUTE(B3," ","") in the long formula replace the space with nothing, and returns “Gotolastcell”.

LEN function counts the number of characters in the given text. Now the LEN(SUBSTITUTE(B3," ","")) can be seen as LEN(“Gotolastcell”) returns 12.

Then the formula LEN(B3)-LEN(SUBSTITUTE(B3," ","")) returns 3. Then the formula SUBSTITUTE(B3," ","$",LEN(B3)-LEN(SUBSTITUTE(B3," ",""))) can be seen as SUBSTITUTE(B3," ","$",3), returns “Go to last$cell”.

SEARCH function find the location of text in a given text. The formula SEARCH("$",SUBSTITUTE(B3," ","$",LEN(B3)-LEN(SUBSTITUTE(B3," ",""))))) can be seen as SEARCH("$","Go to last$cell") returns 11.

RIGHT function extract text from right side of text. Here RIGHT(B3,LEN(B3)-SEARCH("$",SUBSTITUTE(B3," ","$",LEN(B3)-LEN(SUBSTITUTE(B3," ",""))))) can be seen as
RIGHT(B3,LEN(B3)-11)
=RIGHT(B3,3)
=”cell”

IFERROR function is used to trap and deal with errors. Here if the formula does not found the character “ “, it returns the original data.
doc extract from right until a character 3

Sample File

doc sampleClick to download sample file


Relative Formulas


Relative Functions


The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

Would you like to complete your daily work quickly and perfectly? Kutools for Excel brings 300 powerful advanced features (Combine workbooks, sum by color, split cell contents, convert date, and so on...) and save 80% time for you.

  • Designed for 1500 work scenarios, helps you solve 80% Excel problems.
  • Reduce thousands of keyboard and mouse clicks every day, relieve your tired eyes and hands.
  • Become an Excel expert in 3 minutes. No longer need to remember any painful formulas and VBA codes.
  • 30-day unlimited free trial. 60-day money back guarantee. Free upgrade and support for 2 years.
Ribbon of Excel (with Kutools for Excel installed)

Office Tab - Enable Tabbed Reading and Editing in Microsoft Office (include Excel)

  • One second to switch between dozens of open documents!
  • Reduce hundreds of mouse clicks for you every day, say goodbye to mouse hand.
  • Increases your productivity by 50% when viewing and editing multiple documents.
  • Brings Efficient Tabs to Office (include Excel), Just Like Chrome, Firefox, And New Internet Explorer.
Screen Shot of Excel (with Office Tab installed)
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet

Follow Us

Copyright © 2009 - www.extendoffice.com. | All rights reserved. Powered by ExtendOffice. | Sitemap
Microsoft and the Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.
Protected by Sectigo SSL