In Excel, the Right function extracts a substring from a string starting from the right-most character.
The syntax for the Right function is:
Right( text, number_of_characters )
text is the string that you wish to extract from.
number_of_characters indicates the number of characters that you wish to extract starting from the right-most character.