Copyright © 2014 - 2023 Zbrainsoft.com | All Rights Reserved. Sitemap
Microsoft and the Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries.
Remove characters by position from text in Excel
If you ever want to remove a certain number of characters from the beginning or from the end of text in Excel or even remove certain characters by specifying the position to start remove characters from with specifying number of characters to be removed, then you will need to use this powerful utility that accomplish this task with one click otherwise you will need to write VBA code. Dose for Excel's Remove by Position utility can remove any type of characters you want from text in Excel cells with one click on huge Excel sheets.
- Remove certain number of characters from the beginning of text
1. Example: remove first six characters from text, turn "Excel 2016-2007" into "2016-2007".
2. Select range of cells that you want to remove the characters from.
3. Specify number of characters to be removed in Numbers box, then check From left option.
4. Then click Apply. In below example, we will remove the first three characters from the beginning of text, "MS-" will be removed. You will see the result as shown in the below screenshot.
- Remove certain number of characters from the end of text
1. Example: remove last five characters from text, turn "Excel 2016-2007" into "Excel 2016".
2. Select range of cells that you want to remove the characters from.
3. Specify number of characters to be removed in Numbers box, then check From right option.
4. Then click Apply. In below example, we will remove the last five characters from the end of text. You will see the result as shown in the below screenshot.
Dose for Excel adds more than +100 new features and functions to your Excel.
Supported Excel versions: 2019, 2016, 2013, 2010, 2007 and Office 365. Free download and use for 14 days.
- Remove certain number of characters from a specified position
1. Example: remove four characters starting from position six from text, turn "Excel 2016-2007" into "Excel-2007".
2. Select range of cells that you want to remove the characters from.
3. Specify number of characters to be removed in Numbers box, then check Specify option.
4. Then click Apply. In below example, we will remove "-2018" starting from position 6 for five characters length from text. You will see the result as shown in the below screenshot.