You got a text cell and want to separate it into two parts: The left hand side of it and the right hand side. Therefore, you should take a look at the LEFT() and RIGHT() formulas, which you can use them when you want to extract some parts of a text. LEFT() returns a number of characters of a cell, starting from the left hand side. RIGHT() does exactly the same, but starts from the right hand side.
How to apply the LEFT() and RIGHT() formulas
The application of the two formulas is simple, as the formula only has two parts (the numbers are corresponding to the picture above):
The cell you want to get a specific number of characters, either from the left or right hand side. In our case it’s cell B3.
The number of characters you want to get returned. In our example we want to get 2 characters from the left hand side.
The complete formula above is:
=LEFT(B3,2)
So, if you only want to get some text from the left or right hand side of a cell, it is pretty easy to use the formula. It usually gets more complicated, when you want to have some text from the middle. In such case, you combine the two formulas.
Also, you might want to use these formulas together with the LEN() formula. The LEN() formula returns the length of a cell. Please refer to this article if you want to use them together.
Professor Excel is a fictional person with one passion: Microsoft Excel. He is devoted to pass on his vast experience and help all future generations to excel in Excel!
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.