RIGHT
텍스트의 마지막 문자(들)를 반환합니다.
RIGHT("Text" [; Number])
Text는 오른쪽에 놓이도록 고정된 텍스트입니다.
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 을 반환합니다.