Select the cells. Hit CTRL-H. Replace what: R- Leave Replace with empty and hit replace all. Answer from Bondator on reddit.com
🌐
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 - In a cell adjacent to the first cell with the original data, type the desired result omitting the first or last character from the original string, and press Enter. Start typing the expected value in the next cell. If Excel senses the pattern in the data you are entering, it will follow the same pattern in the rest of the cells and display a preview of your data without the first / last character.
🌐
Statology
statology.org › home › how to remove first 2 digits from cell in excel
How to Remove First 2 Digits from Cell in Excel
August 11, 2023 - We can type the following formula into cell B2 to do so: ... Column B now displays the employee ID’s in column A with the first two digits removed from each employee ID. The RIGHT() function in Excel extracts a specific number of characters from the right side of a string.
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 - How do I remove the first two characters from all cells in a selection using VBA? - Stack Overflow
In order to make my macro work, I've added a double # onto the start of each cell using VBA -> ##string However, I now need to remove the double hashtag for all cells in the selection, I'm using... More on stackoverflow.com
🌐 stackoverflow.com
How to remove the first ? characters in a cell
u/jocacle - 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
27
November 28, 2021
how do i delete the first 2 characters for multiple cells in a column?
Select the cells. Hit CTRL-H. Replace what: R- Leave Replace with empty and hit replace all. More on reddit.com
🌐 r/excel
12
1
October 25, 2023
🌐
InfoInspired
infoinspired.com › home › excel formula
Remove First Two Characters from a Cell in Excel – 3 Formulas
September 22, 2024 - To remove the first two characters (whether they are letters or digits) from a cell in Excel, you can use the MID+LEN, LEFT+LEN, or REPLACE function. I prefer the REPLACE function.
🌐
ExtendOffice
extendoffice.com › home › office tips › excel tips
How to remove first or last n characters from a cell or string in Excel?
August 20, 2024 - In this part, I introduce three different ways to quickly remove first N characters from a string. >> Combine RIGHT and LEN function to remove first N characters ... Example: Remove first 2 characters from string in Cell A2, copy and paste the formula =RIGHT(A2,LEN(A2)-2) press Enter key
🌐
Excel Champs
excelchamps.com › excel champs › uncategorized › how to remove first character from a cell in excel
How to Remove First Character [5 Ways] from a Cell/String in Excel
April 1, 2018 - If you want to remove more that one character then simply replace 1 in the right function with 2, 3, 4 for whatever the characters you want to remove. And if you want to use a single formula, you can use REPLACE function. In below example with the same list of roll numbers, we have used REPLACE to remove the first character from the cell.
Find elsewhere
🌐
Excel Tip
exceltip.com › home › excel text formulas
How to Remove first characters from text in Excel
February 29, 2020 - Remove first characters from the text using Excel functions. Excel REPLACE function or RIGHT function removes first characters explained using examples
🌐
Stack Overflow
stackoverflow.com › questions › 74603369 › how-do-i-remove-the-first-two-characters-from-all-cells-in-a-selection-using-vba
excel - How do I remove the first two characters from all cells in a selection using VBA? - Stack Overflow
This will remove (up to) the first two characters from cells within the selected area: CopyFor Each cell In Application.Selection cell.Value = Right(cell.Value, Application.Max(0, Len(cell.Value) - 2)) Next cell
🌐
Arab Psychology
scales.arabpsychology.com › home › remove first 2 digits from cell in excel
Remove First 2 Digits From Cell In Excel
November 18, 2025 - The resulting generic formula structure for removing the first two characters is as follows: ... If we apply this formula specifically to cell A2, Excel first calculates the total length of the content in A2 using LEN(A2), and then subtracts 2. This result specifies the exact number of characters the RIGHT function must extract, starting from the rightmost position.
🌐
ExtendOffice
extendoffice.com › home › office tips › excel tips
How to remove all but first x characters from cells in Excel?
October 10, 2024 - After installing Kutools for Excel, please do as follows: 1. Select the data range that you want to remove the first two characters. 2. Apply this feature by clicking Kutools > Text > Remove by Position, in the popped out Remove by Position dialog box, specify the number of characters to be ...
🌐
FundsNet
fundsnetservices.com › excel › remove-first-character-from-cell
Remove The First Character from a Cell in Excel
February 9, 2023 - For example, if you want to remove the first two (2) characters from cell A2, the formula will then be =RIGHT(A2),LEN(A2)-2). The result of the formula will always be treated as text by Excel even if contains numerical values only.
🌐
Exceljet
exceljet.net › home › formulas › remove first character
Remove first character - Excel formula | Exceljet
December 23, 2020 - To remove the first character in a cell, you can use the REPLACE function. In the example shown, the formula in D5 is: =REPLACE(A1,1,1,"")
🌐
Quora
quora.com › Is-there-a-way-to-remove-first-2-characters-from-a-cell-if-the-second-character-in-the-cell-is-space-in-Excel
Is there a way to remove first 2 characters from a cell if the second character in the cell is ‘space’ in Excel? - Quora
Answer (1 of 4): The easiest possibility is to enter this formula into a blank cell: =RIGHT(A1,LEN(A1)-2) A1 is the cell holding the string you are trying to change. So, if your cell is in cell A1, then you keep that A1. If that cell changes, to A2 for instance, change A1 to A2. LEN returns th...
🌐
Trump Excel
trumpexcel.com › home › remove first character from string in excel
Remove First Character from String in Excel (4 Easy Ways)
But in Step 3, since we selected the first column (which was to the left of the line we inserted in Step 2) and then selected ‘Do not import column’, it simply skipped the first character and gave us the remaining part in the same cell. While I have used this method to remove the first character in Excel, you can use it to remove a second, third, or nth number of characters from the beginning of the end.
Published   April 20, 2026
🌐
WPS Office
wps.com › blog › how-to-remove-first-characters-in-excel-simplest-ways
How to Remove First Characters in Excel — Simplest Ways
June 1, 2026 - In the following example, we used REPLACE to delete the initial character from the cell with the same list of roll numbers. Using the method below, it simply substitutes the first letter with an empty character. ... Step 1: Enter your data in cells A2 to A5. Step 2: Choose a new cell, let's say B1, where you want the result.
🌐
Excelmasterconsultant
excelmasterconsultant.com › home › excel tutorials › how to remove first four characters in excel
How to Remove First Four Characters in Excel - Excel Master Consultant
November 7, 2023 - For example, if you want to remove the first six characters of a string then simply change the -4 to -6. If you want to remove the first two characters then change it to -2 and so on.
🌐
Excel X
excelx.com › home › excel formula to remove characters from left
Excel Formula to Remove Characters From Left | Excelx.com
July 15, 2023 - The RIGHT and LEN functions are two powerful functions in Excel. The RIGHT function allows you to extract a certain number of characters from the right end of a text string, while the LEN function returns the length of a text string in terms of the number of characters. Here’s an example of how you can use the RIGHT and LEN functions together to remove the first two characters from a cell:
🌐
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 - Consider an Excel sheet where you have a list of items, as shown in the following image: First, to extract the first "N" characters from a string, click on an empty cell and enter the formula as =LEFT(A2,4) and click enter to get the first value.
🌐
Reddit
reddit.com › r/excel › how to remove the first ? characters in a cell
r/excel on Reddit: How to remove the first ? characters in a cell
November 28, 2021 -

How do I remove the first ? characters in a cell up to and including the whitespace.

e.g.

from … 2. Which Friend has the middle name Muriel?

to ... Which Friend has the middle name Muriel?

I am attempting to set up a Xmas Quiz for the family 😕

Is there a formula to do this?