right |
Manual -> Report Generator -> Engineering in the Editor -> Report functions -> Text functions -> right |
Show all Hide all |
The function left (string, num) returns the last (num) characters of a text string.
Syntax: =right(string,num)
Example |
Cell A1 = abcdefgh =right(A1,3) is fgh =right(A1,5) is defgh |