Last updated 2 years ago
Was this helpful?
Returns a rightmost substring of a string value
Right("Central region", 6) → "region" Right("New York City", 4) → "City"
Right(string, length)
string - A text value
string
length - Length of the resulting text
length