How To Delete String After nth Character In Excel ?


You've come to the right place if you've ever needed to truncate or eliminate a portion of a text string in Excel. You may complete this operation fast and effectively using Excel's many features and strategies. Being able to remove or trim characters after a particular place can be quite helpful when working with large strings, URLs, or any other text data. You may learn this ability and cut down on the time it takes to complete data manipulation tasks by following the instructions provided in this lesson.

We'll look at many methods to achieve this goal, including the built−in Excel functions LEFT, RIGHT, MID, and CONCATENATE. We'll also explore more complex strategies that require mixing formulas or functions to get precise outcomes. This tutorial will offer clear instructions and examples to help you grasp and implement the principles regardless of your level of Excel knowledge. So let's get going and discover how to delete a string in Excel after the nth character!

Delete String After nth Character

Here we will first get any one of the values using the formula, then use the autofill handle to complete the task. So let us see a simple process to know how you can delete a string after the nth character in Excel.

Step 1

Consider an Excel sheet where the data in the sheet is similar to the below image.

First, click on an empty cell, in our case, cell B2, and enter the formula as =LEFT(A2,4) and click enter to get the first value. In the formula, A2 is the address of the cell, and 3 is the value of n.

Empty cell > Formula > Enter.

Step 2

Then drag down using the auto−fill handle from the first value to complete the task. And our final result will be similar to the below image.

Conclusion

In this tutorial, we have used a simple example to demonstrate how you can delete a string after the nth character in Excel to highlight a particular set of data.

Updated on: 07-Jul-2023

135 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements