While working with Microsoft Excel, did you get a situation where you need to extract the Right-side characters from a string? I believe most of your answers are YES. In the said scenario “RIGHT” function will help you to find the solution. We will be learning the Microsoft Excel “RIGHT” in detail, so stay with us and continue reading…
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”.
RIGHT Function has argument 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 right 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.
RIGHT 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) in a report is very difficult and RIGHT Function helps to apply the function in large database at once and makes the work easy, saves time and increases efficiency.
=RIGHT(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 right side of a string
– Spaces available in a string is counted as characters
– Currency symbols 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.
– 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”.
Here, we have a column with Application names and there is requirement of extraction of last Right three character.
We will be following RIGHT 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 right side
Explanation: We can see in cell “A2” has string as “EXCEL” and right function extracted total 3 characters from a sting and “CEL” is returned as output in cell “B2”
Hope you learnt this Function!
Don’t forget to leave your valuable comments!
If you are liking our articles and want to learn more similar tricks, please Subscribe us or follow us on Social Media by clicking below buttons.
In this tutorial, we’re going to explore one of the most intriguing features in Excel: the OFFSET function.
So, what is the OFFSET function in Excel? Simply put, OFFSET gives you a reference to a range of cells that’s moved from a starting point by a certain number of rows and columns.
COLUMN function is used to get the column reference number of the excel worksheet. COLUMN Function has only one argument.
Undo in excel very useful If you’re new to Excel or even if you’ve been using it for a while, you’ve probably made a mistake on a spreadsheet. Mistakes happen a lot, especially when working…
RAND AND RANDBETWEEN FUNCTION We have got many instances where we needed to generate a random database or values. “RAND function” is very useful for users who creates random database for various types of working…
Microsoft Excel lets you share your spreadsheets with others, but sometimes your co-workers might edit the wrong column by mistake. To avoid this, you can lock specific columns. In this guide, we’ll show you how…
File Manager tool is an Excel based tool which helps you to delete or move unwanted files from your system. It requires a source and destination folder (in case you want to move files). First it lists all the files available in the folder or sub-folders then you can select the action to be taken for each file such as Move or Delete. With a click of button, tool will take all necessary actions.