How to remove the First and Last Characters from the Cell in Microsoft Excel 2016 ?

Microsoft Excel 2016 provides you with functions that lets you to remove characters from the cell which is of type string. In this blog post , we’ll look in to the RIGHT and LEFT function and how these functions can be used to applied to remove the first and last characters from a text in Excel sheet.

How to remove the First and Last Characters from the Cell in Microsoft Excel 2016 ?

Assume that you have a postal code of United Kingdom with the following formats

M50 2TQ
M50 2TW

You would like to remove the first 3 characters of the text and display the same as 2TQ and 2TW respectively.

You can use the following formula to remove the first 3 characters.

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

Similarly , you can use the following formula to remove the last 3 characters.
=LEFT(A1, LEN(A1)-3)

image

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you’ll learn how to Find Blank cells in excel so that you can remove or delete the blank cells form...
In this article, you’ll learn what is a Gauge Chart in Microsoft Excel. Also, you will learn how to add...
Microsoft Excel provides a shortcut for the users to move columns in excel using two different ways – using Shift...