Skip to main content
Workday User Guide
Last Updated: 2023-06-23
RIGHT

RIGHT

Description

Returns the rightmost characters from a string, based on the specified text and number of characters.

Syntax

RIGHT(
text
, [
num_chars
])
  • text
    : The text to return characters from.
  • num_chars
    : The number of characters to return. The default is 1.

Example

Formula
Result
=RIGHT(A1,7)
Where cell A1 contains
Regional Sales Manager
.
Manager