Returns a specified number of characters from the end of the given text string.
Syntax
text: The text given as input. E.g. "Zoho Sheet"
Remarks
The RIGHT function returns an empty string when the given number is 0.
Examples
|
Formula |
Result |
|
=RIGHT("Zoho Sheet";2) |
et |
|
=RIGHT("Spreadsheet") |
t |
|
=RIGHT(A4;B4) |
ions |
Possible Errors
|
Errors |
Meaning |
|
#N/A! |
|
|
#NAME! |
|
|
#VALUE! |
|
|
#REF! |
|
Similar Functions