Skip to main content
Version: Streamsheets 2.5

RIGHT

Excerpts a given number of characters from the right side of a string.

Syntax

=RIGHT(Text, [NumChars])

Arguments

NameDescription
TextText to excerpt string from.
NumChars (optional)Number, which specifies the amount of characters to return. Default is 1.

Return

Extracted characters from the end of specified Text.

Examples

FormulaResultComment
=RIGHT("SampleText", 3)
"ext"
=RIGHT("Down")
"n"