Skip to main content

RIGHT

Use the RIGHT function to return the specified number of characters from the end of a text value.

Use

RIGHT( text [, num_chars] )
Returns the rightmost characters from a text value.

ParameterRequiredDescription
textYesthe text containing characters to return
num_charsNothe number of characters to extract; if omitted, assumed to be 1

ReturnsText

Example

This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.

ON THIS PAGE