Skip to main content

Extract last line of text from a multi-line cell

To extract the last line of text from a text string which is separated by line breaks, normally, there is no direct way for you to solve this. This article, I will introduce a formula to deal with this task in Excel.


Extract the last line of text from a multi-line cell in Excel

In Excel, you can create a formula based on the TRIM, RIGHT, SUBSTITUTE and REPT functions to extract the last line from a multi-line cell. The generic syntax is:

=TRIM(RIGHT(SUBSTITUTE(text,CHAR(10),REPT(" ",200)),200))
  • text: the text string or cell value that you want to extract last line from.
  • 200: the number 200 is a random number which should be big enough to handle the long lines, you can adjust it to bigger if your lines are longer.

1. Please enter or copy the below formula into a blank cell:

=TRIM(RIGHT(SUBSTITUTE(A2,CHAR(10),REPT(" ",200)),200))

2. Then, drag the fill handle down to the cells that you want to apply this formula, and all the last line texts in each cell have been extracted as below screenshot shown:


Explanation of the formula:
  • SUBSTITUTE(A2,CHAR(10),REPT(" ",200): This SUBSTITUTE function is used to find all line breaks (char10) in cell A2 and replace each one with 200 space characters.
  • RIGHT(SUBSTITUTE(A2,CHAR(10),REPT(" ",200)),200): The RIGHT function is used to extract 200 characters from the right side of the new text returned by the SUBSTITUTE function.
  • TRIM(): This TRIM function removes all leading spaces from the text returned by the RIGHT function.

Relative functions used:

  • REPT:
  • The REPT function is used to repeat the characters a specified number of times.
  • SUBSTITUTE:
  • The SUBSTITUTE function replaces text or characters within a text string with another text or characters.
  • RIGHT:
  • The RIGHT function returns the text from right of the text string.
  • TRIM:
  • The TRIM function removes all extra spaces from text string and only keeps single spaces between words.

More articles:

  • 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.

The Best Office Productivity Tools

Kutools for Excel - Helps You To Stand Out From Crowd

🤖 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 VLookup: Multiple Criteria  |  Multiple Value  |  Across Multi-Sheets  |  Fuzzy Lookup...
Adv. Drop-down List: Easy 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 Columns to Select Same & Different Cells ...
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 Excel Cells ...)  |  ... and more

Kutools for Excel Boasts Over 300 Features, Ensuring That What You Need is Just A Click Away...

Description


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, Edge and Firefox.
Comments (0)
No ratings yet. Be the first to rate!
There are no comments posted here yet
Please leave your comments in English
Posting as Guest
Rate this post:
0   Characters
Suggested Locations