While working with Microsoft Excel, did you get a situation where you need to extract the Left side of characters from a string? I believe most of your answers are YES. In the said scenario “LEFT” function will help you to find the solution. We will be learning the Microsoft Excel “LEFT” in detail, so stay with us and continue reading…
LEFT function is used for extracting the “Left Most” characters from the available string. The output of the function returns the extracted characters in new cell.
Function should give output in “General” format, however if output is not as per the desired format then we need to change the cell format to “GENERAL”.
LEFT Function has two arguments i.e. text and num_chars where we need to give the cell references and parameters (i.e. count of characters required from left side in number format), we can give the parameters as per the requirement by following the “ , “ (i.e. Comma) as separator.
If parameters are not separated by “ , “ (i.e. Comma) or quotation mark is/are missing or any other function error then it will give output as “#VALUE!” (Error). So always ensure that function parameters are used to get the appropriate results/output.
=LEFT(text,num_chars)
text argument, is used to give the cell reference from which characters should be extracted
num_chars argument, is used to give the numeric value of total count of characters you want to extract from left side of a string
LEFT function is very advantageous in many ways. It helps for the document where extracting of characters from an available string is required. Extracting characters from an available string manually (one by one) to a report is very difficult and LEFT Function helps to apply the function in large database at once and makes the work easy, saves time and increases efficiency.
Suppose we have a column with Country names and there is requirement of extraction of first Left three character. We will be following LEFT function as follows:
“text argument”: “A2” is the cell reference from which characters should be extract
“num_char argument”: “3” is the total number of count of characters required from left side
Explanation: We can see in cell “A2” has string as “INDIA” and left function extracted total 3 characters from a sting and “IND” is returned as output in cell “B2”
– Spaces available in a string is counted as characters
– Currency symbols (Number Formatting) are not counted as characters and will be ignored by the function
– If “num_chars argument” field is blank, it will be counted as 1 (by default) and 1st character of the string will return as output
– “num_chars argument” should not be a negative value otherwise function output will return to “#VALUE!” (Error)
– If value in “num_chars argument” is greater than the total count of characters in a string, then function’s output will return the complete string.
Here is another best rated Excel Charts and Graph Course from ExcelSirJi. This courses also includes On Demand Videos, Practice Assignments, Q&A Support from our Experts.
This Course will enable you to become Excel Data Visualization Expert as it consists many charts preparation method which you will not find over the internet.
So Enroll now to become expert in Excel Data Visualization. Click here to Enroll.
We are offering Excel VBA Course for Beginners to Experts at discounted prices. The courses includes On Demand Videos, Practice Assignments, Q&A Support from our Experts. Also after successfully completion of the certification, will share the success with Certificate of Completion
This course is going to help you to excel your skills in Excel VBA with our real time case studies.
Lets get connected and start learning now. Click here to Enroll.
Hope you are enjoying learning Excel with us, if you want any support related to this article, please do comment else you can ask questions in Excel Community
You must have faced a condition when your data cells contain extra spaces, leading spaces or trailing spaces and you wanted to remove these extra spaces to standardize the data. So here you may use…
What is COUNTIFS in Excel? The Microsoft Excel COUNTIFS function counts the number of cells in a range, that meets a single or multiple criteria and adjacent or non-adjacent. As a Statistical function of Excel,…
RIGHT function is used for extracting the “Right Most” characters from the available string in Microsoft excel. Function returns value to new string.
MOD function is used to get the remainder of number that is divided by divisor. MOD Function has two required arguments i.e. number and divisor.
Microsoft Excel “HOUR, MINUTE, SECOND Functions” are time related functions helps to extract the Hour, Minute or Second from a complete Time.
WORKDAY Function in Excel Are you working today? or Do you have Work Off or holiday today? I am asking this question because I am gonna tell you the most commonly used function in Excel…