Skip to main content

How To Use "LEFT" & “ RIGHT" Formulas in MS Excel.


Uses and explanation of "LEFT" & “ RIGHT Formulas.


MS Excel formulas: Easiest way to understand Syntax and usage:

Formula:  A: "RIGHT”     B:   “LEFT”

=RIGHT(Text,[num_chars])


Explanation:  RIGHT formula is used to split the value inside the cell. In a cell we have a name like "John Abraham", but we don't need the full name, as per client requirement, we want only last name from the tab. In this case, we can use Right formula in MS Excel.
Example:  Let suppose we have the name “Mark Henry” in a cell A:1. We would like to take only “Henry” from the cell. See below, how can we pull the last name by the RIGHT formula.





=RIGHT ( E9 , 6 )
You can see in the above table that we can separate Hanery name with using RIGHT formula.

Name: Mark Hanery.
Query:  We want to separate the last name only. 
Formula = Right(E9,6) 
Result: Hanery

E9 is the cell reference and 6 is the number of letters that we want to separate from the name. 

If we have huge data or small data we can use right formula in both cases. We can get fast and easy result.


B:   “LEFT”

=LEFT(Text,[num_chars])

Explanation:  Use of LEFT formula is also to split the value inside the cell.
Example:  Now suppose we have the same name “Mark Hanery” in a cell A:1. We have to take only first name, which is “Mark” from the cell. See below, how can we pull the first name by LEFT formula.



=LEFT( E9 , 4 )

The image with the example is given above is enough to understand the logic as well as the syntax of the formula. See the small table in the image, where we are separating the first name from the full name. It is very simple, use Formula "Left", select the value and put the last digits you want, like in the example we took 4 last digits. 

Name: Mark Hanery.
Query:  We want to separate the first name only. 
Formula = Left(E9,4) 
Result: Mark
  
Where E:9 is the cell reference and 4 is the number of letters that we want to get separate.

It is a very small example. If we have huge data or small data, we can use "Left formula" in both cases. In order to get a fast and easy result, use this magical formula called "Left Formula" or "Right Formula".



Please leave your comment: for more excel queries.
Thanks for your time.


Comments

Popular posts from this blog

How To Use “RANK” & “RANK.AVG” Function in MS Excel.

Use of “ RANK ( ) ” , “ RANK.EG ( ) " and “ RANK.AVG ( ) ” Function Rank formula in MS Excel is very commonly use.It is easy and useful. In this article, we will describe the functionality of the RANK formula for example. We have many Rank formulas in MS Excel and here you will fill in all details about Rank Function. We will learn here:  How to use Rank(). How To Apply Rank() In Excel. What is RANK.EG() Function. Function “ RANK  () ” and “ RANK.EG ( ) " Syntex:       =RANK(number,ref,[order])    &    =RANK.EG(number,ref,[order]) Explanation: Now you can see two different formulas of Rank. One Rank() and Rank.EG() formula. So the question is what is the difference between both of them. We can say both are the same function and the output is also same. The  the difference is RANK.EG() is not supporting with the new version of Microsoft Excel 2010. Let suppose if we have some student data with their percentages and we would like to know the rank wise list of the

How To Use Microsoft Excel Formula "CONCATENATE"

Use of  "CONCATENATE" Formula Formula :  " CONCATENATE ” In Microsoft Excel, CONCATENATE is a function, by which we can join two or more strings into a single cell. It can be used to combine text strings, numbers, or cell references, and can be useful for creating longer strings of text or for formatting data in a specific way. The syntax for the CONCATENATE function is as follows: =CONCATENATE (TEX1,TEX2, TEX3, TEX4 ................) Explanation: CONCATENATE is a very useful function in Microsoft Excel. We can join up to 30 texts together at a time. We can use CONCATENATE within the sheet, different sheets, and different workbooks. Let's suppose we have huge data with employees' names and we want to add Mr. Ms. Miss etc, before the names. It is not easy and time consuming to add Mr. or Miss. one by one. But there is a formula named CONCATENATE, could help to reduce time taking work do your work easily and very quickly. In order to understand

How To Use VLOOKUP In Microsoft Excel

" VLOOKUP " in Microsoft Excel . MS Excel formulas: The easiest  way to understand Syntax and usage : The most important and magical MS Excel formula is VLOOKUP. It's a great and very useful formula. Without Vlookup knowledge in Excel is like a person without a soul. We use Vlookup very often when we make reports in Excel. Let's start..  Formula:  “ VLOOKUP" Explanation:   " VLOOKUP"  The most important and most useful formula in Microsoft Excel. The Use of " VLOOKUP" is to search a value respectively as per input (value in the first column, must match with both sheets or workbooks) Please follow the given below steps to understand, how to use  VLOOKUP. Step- 1 - Normal Data. Suppose we have some data in Microsoft excel Report - A.   Report-A Step: 2 - We have to search for some data from report A to Report B. Suppose we have to search the blood group from report A. Report-B Step : 3 - In order to find out