From data to report in one minute or less. Ajelix BI is launched! 🚀 Get started for free.

How To Use RIGHT function in Excel With Examples

What is RIGHT function in Excel?

The RIGHT function in Microsoft Excel extracts a specified number of characters from the right side of a text string. It takes two arguments: the text string and the number of characters to extract.

Description

The RIGHT function in Microsoft Excel is a powerful function for extracting text from a cell. It returns a specified number of characters from the end of a string of text. This makes it easy to pull specific information from the end of a long string of text.

For example, RIGHT can extract the domain name from a longer email address. The function takes two arguments, the text string and the number of characters to return. The RIGHT formula is often combined with other text functions, such as LEFT, MID, and FIND, to extract more complex strings of text.

Struggling with your Excel formulas?
Looking for a faster and easier way to write Excel formulas? Try AI Excel Formula Generator and turn your text into formulas with just a few clicks.

Try for free

Syntax

=RIGHT(text, [num_chars])

Parameters:

text: The text string that contains the characters you want to extract.

num_chars (optional): The number of characters you want to extract, starting from the right-most character. If omitted, the default value is 1.

RIGHT Function Example in Excel

RIGHT function MS Excel - excel formulas explained - ajelix right function example

Similar to the LEFT function, the RIGHT formula extracts as many characters as you specify from the cell. The only difference is that this function extracts characters from the right side of the cell. In our example, we need to extract the phone number without the country code.

Function Example Result in Excel

RIGHT function MS Excel - excel formulas explained - ajelix right function example result

In the screenshot above we can see that function returned 8 characters from the right side, which is the phone number without the country code. You can mix this example with the count of characters you want to extract there are no limitations. 

How to use RIGHT function MS Excel in your workbook:

  1. Open the Excel spreadsheet that contains the data you want to use the RIGHT formula on.
  2. Select the cell you want to use the function in.
  3. Type in the following formula: =RIGHT(text, [num_chars])
  4. Replace “text” with the cell reference of the text string you want to use.
  5. Replace “[num_chars]” with the number of characters you want to extract from the right side of the text string.
  6. Press Enter to apply the formula.

Frequently Asked Questions

Can the RIGHT formula handle non-English characters and languages?

Yes, the RIGHT function in Excel can handle non-English characters and languages. The function works based on the character positions, regardless of the language used. Therefore, it can be used to extract characters from strings in any language. However, it is important to note that the number of characters to extract should still be specified in terms of the English alphabet, as the function counts characters based on their position relative to the beginning of the string.

Can the RIGHT function be used with other functions in Excel?

The RIGHT function can be nested within the CONCATENATE or the & function to extract specific characters from a string and then concatenate them with other strings or characters. It can also be used in combination with other text functions such as MID, LEN, and FIND to manipulate text and extract specific information from a string.

Read latest blog articles about Excel

WEEKLY BLOG ARTICLES WITH INDUSTRY NEWS AND HELPFUL GUIDES

How To Analyze Data In Excel Spreadsheet

How To Analyze Data In Excel Spreadsheet

Continue reading

How To Add Drop Down List in Excel

How To Add Drop Down List in Excel

Continue reading

How To Add Checkboxes In Excel

How To Add Checkboxes In Excel

Continue reading