Excel Function

RIGHT

Returns rightmost characters from text.

RIGHT(text, [num_chars])

Arguments

text

Required

Value for text.

num_chars

Optional

Enter a numeric value.

Practice Preview

Use RIGHT to extract the last 3 characters of cell B2 (Name in column B).

Example Table

#
AEmployee ID
BName
CEmail
DPayment Amount
EAmount Text
2E001Taro Tanakat.tanaka@example.com12001200
3E002Hanako Suzukih.suzuki@example.com980980
4E003Ken Satok.sato@example.com24502450
5E004Aya Takahashia.takahashi@example.com30003000
6
7
8

How to Use (Formula)

=RIGHT(B2, 3)

Result

aka

Practice This Function

RIGHT FAQ

How do I use RIGHT in Excel?

Use RIGHT when you want to extract characters from the right side of text. Enter Text, Number of characters in that order, then add optional arguments when needed.

Where can I practice RIGHT?

Use the "Start Function Practice" button to jump straight into RIGHT drills.

What arguments does RIGHT use?

The main arguments are Text, Number of characters. Start with the required ones, then add optional arguments if needed.