Use the below to convert it to a true value: =VALUE(LEFT(A1,LEN(A1)-2)) (Every date is represented as an integer in Excel, with 1 being one day. Every time is a fraction thereof. You might see this come back as a number like 43123 or something ... and that's good. It means we have a value again. Then you can format this (i.e. display it) however you want, and do calculations with it.) Answer from A_1337_Canadian on reddit.com
🌐
Excel X
excelx.com › home › excel formula to remove characters from left
Excel Formula to Remove Characters From Left | Excelx.com
July 15, 2023 - Learn how to remove characters from the left side of a string using Excel formulas such as RIGHT, LEN, and FIND. Improve your data cleaning and enhance productivity with these handy Excel tips.
🌐
Ablebits
ablebits.com › ablebits blog › excel › excel formulas › excel: remove first or last characters (from left or right)
How to remove first (left) or last (right) characters in Excel
March 13, 2023 - To delete the last character in a cell, the generic formula is: ... In this formula, you subtract 1 from the total string length and pass the difference to the LEFT function for it to extract that many characters from the beginning of the string.
Discussions

Is there a way to remove the last two characters from a field?
u/jennrh - 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
23
18
February 15, 2024
Excel: How to remove 9 characters from left & 2 characters from right. Text string remaining varies in length. (LEFT & RIGHT in single formula?)
I can achieve what I need using ... then a RIGHT function working on the result that the LEFT function has returned, gets rid of the unwanted first 9 characters. What is the best way to achieve the result needed using only one formula (in a single column)? Hopefully my screen capture illustrates what I mean. I welcome any answers and suggestions. Microsoft 365 and Office | Excel | For home ... More on learn.microsoft.com
🌐 learn.microsoft.com
3
209
January 21, 2014
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
How to use Left formula to extract text before a ":" character ?
=LEFT(A1,FIND(":",A1)-1) More on reddit.com
🌐 r/excel
8
23
December 19, 2018
People also ask

Does WPS Spreadsheets have functions for removing characters from the left side?
Absolutely, WPS Spreadsheets supports functions such as LEFT(), TRIM(), and MID(), all of which are handy for removing characters from the left side of cells.
🌐
wps.com
wps.com › blog › how-to-remove-characters-from-the-left-side-in-excel-easiest-ways-1
Easiest Ways to Remove Characters from the Left Side in Excel [2026]
How can I pad cells to a fixed length in Excel?
To pad cells to a fixed length, select the desired cells, input the formula =LEFT(A1&"*****",5), press Enter, and drag the fill handle as needed. Here, A1 is the cell for fixing length, "*" is the fill character, and 5 signifies the intended text length. Alternative formulas include: =RIGHT("*****"&A1,5) =A1 & REPT("*",5-LEN(A1)) =REPT("*",5-LEN(A1)) &A1
🌐
wps.com
wps.com › blog › how-to-remove-characters-from-the-left-side-in-excel-easiest-ways-1
Easiest Ways to Remove Characters from the Left Side in Excel [2026]
Can I extract specific words from a cell in Excel?
Indeed, Microsoft Excel offers three distinct functions for extracting text of a defined length from cells. Utilize these formulas based on your extraction starting point: LEFT function: Extracts a substring from the left side. RIGHT function: Extracts text from the right side. MID function - Extract a substring from the middle
🌐
wps.com
wps.com › blog › how-to-remove-characters-from-the-left-side-in-excel-easiest-ways-1
Easiest Ways to Remove Characters from the Left Side in Excel [2026]
🌐
WPS Office
wps.com › blog › how-to-remove-characters-from-the-left-side-in-excel-easiest-ways-1
Easiest Ways to Remove Characters from the Left Side in Excel [2026]
June 1, 2026 - Alternative formulas include: ... Absolutely, WPS Spreadsheets supports functions such as LEFT(), TRIM(), and MID(), all of which are handy for removing characters from the left side of cells. If you prefer working in the cloud, Excel Online offers the same powerful features to help you manage and clean your data from anywhere. With Excel Online, you can use the same functions to remove characters from the left or right side of your data, making it a great option for those who need flexibility or don't have access to a desktop version of Excel.
🌐
MyExcelOnline
myexcelonline.com › home › how to remove character from string in excel (left or right)
How to Remove Character from String in Excel (Left or Right) | MyExcelOnline
January 8, 2026 - These formulas can be adjusted based on the position and number of characters you want to eliminate from your text strings. To remove three characters from the left of data in Excel, use the formula `=RIGHT(A1, LEN(A1) – 3)` in a nearby cell, ...
Find elsewhere
🌐
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 - Function RemoveRightCharacter(str As String, cnt_chars As Long) RemoveRightCharacter = Left(str, Len(str) - cnt_chars) End Function · Save the code and go back to the worksheet. Select a cell where you want to keep your new value after removing ...
🌐
SimpleSheets
simplesheets.co › blog › remove-characters-from-the-left-excel
Remove Characters From Left in Excel: 5 Formula Fixes
October 29, 2024 - To remove characters from the left, use this prompt: Prompt example: "Generate an Excel formula to remove the first 5 characters from cell A1." ChatGPT will provide the following formula: =RIGHT(A1, LEN(A1) - 5)
🌐
Excel X
excelx.com › home › excel formula to remove characters from right
Excel Formula to Remove Characters From Right | Excelx.com
April 29, 2024 - The optimal method depends on your specific needs: Consistent Character Removal: LEFT and LEN are ideal. In Conclusion, Excel lacks a single function to remove characters from the right, but fear not! By combining existing formulas, you can achieve this task with ease.
🌐
Trump Excel
trumpexcel.com › home › remove characters from left in excel (easy formulas)
Remove Characters From Left in Excel (Easy Formulas)
April 27, 2022 - The above formula uses the LEN function to get the total number of characters in the cell in column A. From the value that we get from the LEN function, we subtract 3, as we only want to extract the numbers and want to remove the first three ...
🌐
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 - In cell B2, use =LEFT(A2, LEN(A2) - 6) to keep characters from the left side of A2 while excluding the last 6. ... Drag it down to other cells. Each cell now shows city names, omitting the 6-character codes. ... Start by selecting the cell where you want the modified value after removing right ...
🌐
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.
🌐
ExcelDemy
exceldemy.com › home › excel formulas › how to remove characters from left in excel (6 methods)
How to Remove Characters from Left in Excel (6 Methods) - ExcelDemy
July 29, 2024 - Public Function RemoveLeft(txt As String, num As Long) RemoveLeft = Right(txt, Len(txt) - num) End Function · Return to your dataset in Excel. ... Replace B5 with the cell containing the original text and C5 with the number of characters you ...
🌐
Exceldashboardschool
exceldashboardschool.com › home › formulas › remove characters from right
How to Remove Characters From Right in Excel? - Excel Dashboard School
November 8, 2024 - We will use the result as an argument for the LEFT formula. To remove the last n characters, combine the LEFT and LEN functions. ... The TEXTLEFT function did not exist in Excel by default.
🌐
Got It AI
got-it.ai › solutions › excel-chat › excel-tutorial › text › remove-characters-from-left
Remove characters from left side of a cell - Excel formula
January 21, 2019 - We only want specific parts of the Code in column C. In order to remove characters from the left side, we use the REPLACE function. Let us follow these steps: Step 1. Select cell E4 · Step 2. Enter the formula: =REPLACE(C4,1,D4,"") ... Step ...
🌐
Spreadsheeto
spreadsheeto.com › home › blog › how to remove characters from left in excel (easily)
How to Remove Characters From Left in Excel (Easily) - Spreadsheeto
August 29, 2024 - Here, the REPLACE function replaces ... remove a fixed number of characters from the left of your text strings using a combination of RIGHT and LEN functions....
🌐
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 - 2. Then, select the cell C4 and drag the fill handle down to the cells where you want to apply this formula, and all the first 2 characters have been removed from the text strings, see screenshot: If you need to remove the last several characters, you can use the LEFT function as the same as the RIGHT function.
🌐
Ablebits
ablebits.com › ablebits blog › excel › excel formulas › remove text before, after or between two characters in excel
Remove text before, after or between two characters in Excel
March 13, 2023 - In situation when a source string contains multiple instances of the delimiter, you may have a need to remove text after a specific instance. For this, use the following formula: LEFT(cell, FIND("#", SUBSTITUTE(cell, "char", "#", n)) -1)