RIGHT
returns rightmost characters from text · from excel · excel: not yet compared · sheets: not yet compared
signature
RIGHT(text, [num_chars])
returns: text
| argument | required |
|---|---|
| text | required |
| num_chars | optional · defaults to 1 |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=RIGHT("spreadsheet", 5) sheet