logo-mini

RIGHT Function

The right function in Excel is a useful tool that allows you to extract a specific number of characters from the right side of a given text string. It is a versatile function that can be used in a variety of situations, such as when you need to extract the last name from a full name, or when you need to extract the extension from a file name.

To use the right function, you will need to enter the text string that you want to extract from as the first argument, and the number of characters that you want to extract as the second argument. For example, if you wanted to extract the last three characters from the text string “John Smith,” you would enter “John Smith” as the first argument and 3 as the second argument.

The syntax for the right function is as follows:

=RIGHT(text, num_chars)

Where “text” is the text string that you want to extract from, and “num_chars” is the number of characters that you want to extract.

One important thing to note is that the right function is case-sensitive, which means that it will treat uppercase and lowercase letters differently. For example, if you wanted to extract the last three characters from the text string “John Smith,” but you entered “JOHN SMITH” instead, you would get an incorrect result.

The right function is often used in combination with other functions, such as the left function, which allows you to extract a specific number of characters from the left side of a given text string. This can be useful when you need to extract both the first and last name from a full name, for example.

To use the left function, you would enter the text string that you want to extract from as the first argument, and the number of characters that you want to extract as the second argument. For example, if you wanted to extract the first three characters from the text string “John Smith,” you would enter “John Smith” as the first argument and 3 as the second argument.

The syntax for the left function is as follows:

=LEFT(text, num_chars)

Where “text” is the text string that you want to extract from, and “num_chars” is the number of characters that you want to extract.

The left function is also case-sensitive, so you will need to be careful to enter the text string correctly in order to get the correct result.

In addition to the right and left functions, there are also several other functions that you can use to extract specific parts of a text string in Excel. For example, the mid function allows you to extract a specific number of characters from a given text string starting at a specific position.

To use the mid function, you will need to enter the text string that you want to extract from as the first argument, the starting position as the second argument, and the number of characters that you want to extract as the third argument. For example, if you wanted to extract the second and third characters from the text string “John Smith,” you would enter “John Smith” as the first argument, 2 as the second argument, and 2 as the third argument.

The syntax for the mid function is as follows:

=MID(text, start_num, num_chars)

Where “text” is the text string that you want to extract from, “start_num” is the starting position, and “num_chars” is the number of characters that you want to extract.

Download the sample files: RIGHT FUNCTION – Click here