6.6 C
London
Tuesday, March 11, 2025
HomeSoftware TutorialsExcelExcel: How to Remove First 3 Characters from String

Excel: How to Remove First 3 Characters from String

Related stories

Learn About Opening an Automobile Repair Shop in India

Starting a car repair shop is quite a good...

Unlocking the Power: Embracing the Benefits of Tax-Free Investing

  Unlocking the Power: Embracing the Benefits of Tax-Free Investing For...

Income Splitting in Canada for 2023

  Income Splitting in Canada for 2023 The federal government’s expanded...

Can I Deduct Home Office Expenses on my Tax Return 2023?

Can I Deduct Home Office Expenses on my Tax...

Canadian Tax – Personal Tax Deadline 2022

  Canadian Tax – Personal Tax Deadline 2022 Resources and Tools...

Often you may want to remove the first 3 characters from a string in Excel.

You can use the RIGHT function combined with the LEN function to do so:

=RIGHT(A2,LEN(A2)-3)

This particular formula removes the first 3 characters from the string in cell A2.

The following example shows how to use this formula in practice.

Example: Remove First 3 Characters from String in Excel

Suppose we have the following list of basketball team names:

Suppose we would like to remove the first three characters from each team name.

We can type the following formula into cell B2 to do so:

=RIGHT(A2,LEN(A2)-3)

We can then click and drag this formula down to each remaining cell in column B:

Excel remove first 3 characters from string

Column B now displays the team names in column A with the first three characters removed from each team name.

How This Formula Works

The RIGHT() function in Excel extracts a specific number of characters from the right side of a string.

The LEN() function in Excel is used to find the length of a string.

Thus, our formula tells Excel to extract the amount of characters equal to the length of the string minus three characters.

Thus, our formula displays the entire string with the first three characters removed.

Note: Blank spaces at the start of a string count as characters. You may need to first remove blank spaces to get your desired result.

Additional Resources

The following tutorials explain how to perform other common tasks in Excel:

Excel: How to Remove Specific Text from Cells
Excel: A Formula for MID From Right
Excel: How to Use MID Function for Variable Length Strings

Subscribe

- Never miss a story with notifications

- Gain full access to our premium content

- Browse free from up to 5 devices at once

Latest stories