RIGHT
テキストの最後の文字 (複数の文字も可) を返します。
RIGHT("Text" [; Number])
テキスト は、右部分が決定されるテキストです。
Number (optional) is the number of characters from the right part of the text. If this parameter is not defined, one character is returned.
=RIGHT("Sun";2) は、un を返します。