You can use a helper column to remove the last 5 characters and then paste special values from your helper column into column C to overwrite. If you would like a VBA option to do this in a click of a button, let me know. =LEFT(C2,LEN(C2)-5) Answer from stretch350 on reddit.com
🌐
MrExcel
mrexcel.com › forums › question forums › excel questions
How can I remove the last 5 characters from a cell... | MrExcel Message Board
Are the answers it is giving you consistently wrong in a specific way other than displaying not removing? ... You could also use: =REPLACE(A1,6,5,"") which will also work if some of the zip codes don't have the 4 digit extension.
Published   July 31, 2025
Views   1M
Discussions

Tip for beginners: Remove first & last characters from text
You might be familiar with the LEFT & RIGHT functions, which always take a fixed number of characters from the left or right side of a piece of... More on techcommunity.microsoft.com
🌐 techcommunity.microsoft.com
3
0
May 9, 2024
Excel - Remove character from end of string - Stack Overflow
I have some data in excel, from which I want to remove underscore (_) from end of the string. Is it possible to do it? If so, please help. For example: AA_BB_CC_ AA_BB_CC_DD AA_BB_ From the first ... More on stackoverflow.com
🌐 stackoverflow.com
How do I delete the last 5 characters automatically?
u/stackthepoutine - Your post was submitted successfully. Once your problem is solved, reply to the answer(s) saying Solution Verified to close the thread. Follow the submission rules -- particularly 1 and 2. To fix the body, click edit. To fix your title, delete and re-post. Include your Excel version and all other relevant information Failing to follow these steps may result in your post being removed without warning. I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns. More on reddit.com
🌐 r/excel
12
1
December 12, 2022
Formula to extract the last 5 digits of a text string into a different column?
Assuming the string is in cell A2, use this formula: =right(A2,5) More on reddit.com
🌐 r/excel
9
4
April 3, 2020
People also ask

How to remove text in excel by using find and replace function?
To efficiently remove unnecessary data in Excel, adhere to the following steps: First, select the cells containing the undesirable text. Then, access the find and replace dialog by simultaneously pressing Ctrl + H. Input the text you intend to replace within the "Find what" box and leave the "Replace with" box vacant. Finally, hit Enter.
🌐
wps.com
wps.com › blog › how-to-remove-characters-from-right-in-excel
How to Remove Characters from Right in Excel (An Easy Way)
How to extract substring of a certain length?
In Microsoft Excel, there are three functions to extract text of a defined length from cells. Depending on your starting point, consider these formulas: LEFT function: Extracts a substring from the left. RIGHT function: Extracts text from the right. MID function: Extracts a substring from the middle of a text string, commencing at your designated point.
🌐
wps.com
wps.com › blog › how-to-remove-characters-from-right-in-excel
How to Remove Characters from Right in Excel (An Easy Way)
🌐
Exceljet
exceljet.net › home › formulas › remove characters from right
Remove characters from right - Excel formula | Exceljet
May 16, 2025 - In the worksheet shown above, each city and country in column B ends with an asterisk (*) that we would like to remove. We do it with a formula like this in cell D5: =LEFT(B5,LEN(B5)-1) ...
🌐
ExcelDemy
exceldemy.com › home › excel formulas › excel remove characters from right (5 ways)
Excel Remove Characters From Right (5 ways) - ExcelDemy
May 31, 2024 - Use this formula to remove the last five characters from cell B4: ... Press Enter. Apply the Fill Handle to AutoFit the formula for the rest of the cells. Let’s extract the order quantity (the number at the start of the Order value). Select the cell where you want to place your new value after removing the characters from the right.
🌐
WPS Office
wps.com › blog › how-to-remove-characters-from-right-in-excel
How to Remove Characters from Right in Excel (An Easy Way)
June 1, 2026 - Return to the worksheet, enter formula like =RemoveCharactersFromRight(B4,5) in the desired cell. ... Press ENTER for result. Use Fill Handle for similar cells. ... Enter "Steve" to demonstrate removing right characters. Select the cell, head to the Data tab, and choose Flash Fill.
🌐
Excel Tip
exceltip.com › home › excel text formulas
How to Remove Characters From Right in Excel - Excel Tips
September 3, 2021 - Check out how to Remove Characters From Right in Excel. To remove characters from right of function we will use LEFT and LEN function.
Find elsewhere
🌐
Ablebits
ablebits.com › ablebits blog › excel › excel formulas › excel: remove first or last characters (from left or right)
Excel: Remove first or last characters (from left or right)
March 13, 2023 - More about Using custom functions in Excel. To remove characters from the right side of a string, you can also use native functions or create your own one. To delete the last character in a cell, the generic formula is:
🌐
MyExcelOnline
myexcelonline.com › home › top 4 ways to remove last character from strings in excel
Top 4 Ways to Remove Last Character from Strings in Excel | MyExcelOnline
March 9, 2026 - The formula to remove the last 5 characters in a string in Excel is =LEFT(A1, LEN(A1) - 5), where A1 is the cell with the original string.
🌐
Automate Excel
automateexcel.com › home › remove last character(s) from right – excel & google sheets
Remove Last Character(s) From Right - Excel & Google Sheets - Automate Excel
February 8, 2023 - This tutorial will demonstrate ... of a cell, we can use the LEFT Function to return a certain number of characters from the left and the LEN Function to count how many characters are in the cell, allowing us to remove ...
🌐
Excel Champs
excelchamps.com › excel champs › excel formulas list › how to remove the last character from a string in excel
How to Remove the Last Character from a String in Excel (Right)
June 15, 2024 - In the cell where you want to get the text, type =LEFT(A1, LEN(A1) – 1), assuming the original text is in cell A1. This formula takes the text in A1 and removes the last character, giving you just the product code without the batch letter.
🌐
WPS Office
wps.com › blog › how-to-remove-the-last-character-from-string-in-excel-easiest-way
An Easiest Way to Remove the Last Character from String in Excel [2026]
June 1, 2026 - Download WPS Office for free today and elevate your Excel capabilities to new heights! ... To locate the last occurrence of a specific character within a string and extract the content to its right, utilize the RIGHT function combined with FIND and SUBSTITUTE.
🌐
Spreadsheetpro
spreadsheetpro.net › removing-the-last-x-number-of-characters-from-a-string-in-excel-and-google-spreadsheets
Removing the last number of characters from a string in Excel and Google Spreadsheets
Excel(lent)! ... yes, but what if you want to strip the last 4 charactes of the string REGARDLESS of the string length ... That’s what the posted formula does. The only normal case in which the following formula: ... 14 Lower Street, Kettering, Northamptonshire, NN16 8DH i want to remove Northamptonshire, NN16 8DH (last 2 commas with words) 14 Lower Street, Kettering will only remain ... There are 6 characters in the word “Income”, not 5...
🌐
ExcelDemy
exceldemy.com › home › excel formulas › how to remove last character in excel (easiest 6 ways)
How to Remove Last Character in Excel (Easiest 6 Ways) - ExcelDemy
May 30, 2024 - Note Using the REPLACE function can only remove one character at a time. ... In the Course No column, different course names have been created with the Department Name and number. To extract the Department from this Course No, you have to remove the last three digits using the LEFT and LEN functions. ... Select the output cell E5. ... Here, D5 is text and LEN(D5)-3 = 5-3=2 is num_chars.
🌐
ExtendOffice
extendoffice.com › home › office tips › excel tips
How To Remove First, Last X Characters Or Certain Position Characters From Text In Excel?
November 12, 2024 - Remove characters from the left, right side of a cell in Excel. Follow this step-by-step guide to clean up text data by trimming unwanted characters.
🌐
TutorialsPoint
tutorialspoint.com › how-to-remove-first-or-last-n-characters-from-a-cell-or-string-in-excel
How to Extract First or Last N Characters from String in Excel
September 7, 2023 - If you want to extract the last "N" characters from a string, use the formula as =RIGHT(E1, 3). In the formula, E1 is the address of the cell, and 3 is the value of "N". In this tutorial, we have used a simple example to demonstrate how you ...
🌐
Excel Insider
excelinsider.com › home › our blog › excel pro tips › how to remove last 3 characters in excel (4 easy methods)
How to Remove Last 3 Characters in Excel (4 Easy Methods) - Excel Insider
July 29, 2025 - ➤ Close the VBA Editor by clicking the X icon on top-right corner or pressing Alt + Q to return to Excel. ➤ In cell C2 enter the following formula and click Enter. ... This calls your newly created function from VBA. It removes the last three characters of A2.
🌐
YouTube
youtube.com › watch
How to Remove the Last Character from Strings in Excel - YouTube
In this tutorial, we will show you how to remove the last character or characters from a string in Microsoft Excel. First, we will show you how to move a bun...
Published   May 22, 2025
🌐
Excel X
excelx.com › home › excel formula to remove characters from right
Excel Formula to Remove Characters From Right | Excelx.com
April 29, 2024 - This table equips you with formulas to conquer messy text in Excel. It covers removing characters from the right side, including fixed amounts, specific delimiters, trailing spaces, and variable lengths. Clean up your data with ease! ... The formula for removing all characters after the last delimiter utilizes SUBSTITUTE to replace all occurrences of the delimiter with a line break character (CHAR(10)).