RIGHT Function Explained

The RIGHT function in Microsoft Excel returns the n rightmost characters from a given text string. It takes two arguments: text (the text string from which the rightmost characters are to be extracted) and num_chars (the number of characters to be extracted).

RIGHT Function Syntax

RIGHT(text, [num_chars])

  • text: The text string from which the rightmost characters are returned.
  • num_chars: (optional) The number of characters to return from the right side of the text string.