Excel RIGHT function
Function RIGHT
Description Excel RIGHT function which returns the specified number of characters from the end of a text strings
Syntax RIGHT(text,num_chars)
text Required. The text from where we need to take out characters.
num_chars Required. Number of characters to be extracted.
Example:
Related Video Tutorials: