Skip to main content

How to remove all characters after the first/last space from cells in Excel?

For example you want to remove all characters after the last space from cells, how could you easily get it done in Excel? And what if removing all characters after the first space? There are some solutions for you:


Remove all characters after the first/last space with formulas

This section will introduce formulas to remove all characters after the first or last space in Excel. Please do as follows:

Remove all characters after the last space

Select a blank cell, enter the formula =LEFT(A2,FIND("^^",SUBSTITUTE(A2," ","^^",LEN(A2)-LEN(SUBSTITUTE(A2," ",""))))-1) (A2 is the cell where you will remove all characters after the last space ) into it, and drag the Fill Handle to the range as you need.
doc remove after first last space 1

note ribbon Formula is too complicated to remember? Save the formula as an Auto Text entry for reusing with only one click in future!
Read more…     Free trial

And then you will see all characters after the last space are removed in each cell. See screenshot:
doc remove after first last space 2

Remove all characters after the first space

Select a blank cell, enter the formula =LEFT(A2,FIND(" ",A2)-1) (A2 is the cell where you will remove all characters after the first space) into it, and the drag the Fill Handle down to the range as you need.
doc remove after first last space 3

Easily split cells to multiple cells/rows (a column list) in Excel

Normally Excel users can apply the Text to Columns feature to split one cell to multiple columns, but there is no directly method to convert one cell to multiple rows. However, Kutools for Excel’s Split Cells utility can help you easily get it done as below screenshot shown.


ad split cell to rows columns

Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with no credit card required! Get It Now

Remove all characters after the last space with User Defined Function

You can also apply a User Defined Function to remove all characters after the last space from cells in Excel. Please do as follows:

1. Press Alt + F11 keys simultaneously to open the Microsoft Visual Basic for Applications window.

2. Click Insert > Module, and then copy and paste the following code into the new Module window.

VBA: Remove all characters after the last space in Excel

Function RemoveAfterLastSpace(Txt As String) As String
With CreateObject("VBScript.RegExp")
.Pattern = "\s+\w+$"
RemoveAfterLastSpace = .Replace(Txt, "")
End With
End Function
3. Save the User Defined Function and close the Microsoft Visual Basic for Applications window.

4. Select a blank cell, enter the formula =RemoveAfterLastSpace(A2) (A2 is the cell where you will remove all characters after the last space) into it, and the drag the Fill Handle to the range as you need.
doc remove after first last space 4

And then you will see all characters after the last space are removed from each cell. See screenshot:
doc remove after first last space 5


Remove all characters after the first space with Kutools for Excel

This method will introduce Kutools for Excel’s Split Names utility to quickly remove all characters after the first space from cells in Excel.

Kutools for Excel - Packed with over 300 essential tools for Excel. Enjoy a full-featured 30-day FREE trial with no credit card required! Download now!

1. Select the range that you will remove all characters after the first space from each cell, and click Kutools > Text > Split Names. See screenshot:
doc remove after first last space 01

2. In the opening Split Names dialog box, only check the First Name option, and click the Ok button.
doc remove after first last space 7

3. And then specify the first cell of destination range into the second Split Names dialog box, and click the OK button.

And now you will see all characters are removed after the first space from each cell. See screenshot:

Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with no credit card required! Get It Now


Demo


Kutools for Excel: Over 300 handy tools at your fingertips! Start your 30-day free trial with no feature limitations today. Download Now!

Related articles:

Easily remove numbers, letter, or special characters (bullets) from text string in Excel

Kutools for Excel's Remove Characters utility is designed to remove all letters, all numbers, or special characters (such as bullets) from text strings easily. It's also able to remove all non-numeric characters, non-alpha characters, or non-alphanumeric characters from specified text strings easily.



Kutools for Excel - Supercharge Excel with over 300 essential tools. Enjoy a full-featured 30-day FREE trial with no credit card required! Get It Now

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 (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