Abilitare JavaScript nel browser per visualizzare le pagine della Guida di LibreOfficeDev.

RIGHT

Returns the last character or characters of a text.

Sintassi

RIGHT("Text" [; Number])

Text is the text of which the right part is to be determined.

Number (optional) is the number of characters from the right part of the text. If this parameter is not defined, one character is returned.

Esempio

=RIGHT("Sun";2) returns un.