Excel Function

LEFT

Returns leftmost characters from text.

LEFT(text, [num_chars])

Arguments

text

Required

Enter a text value (wrap with quotes when needed).

num_chars

Optional

Enter a numeric value.

Practice Preview

Use LEFT to return the result with these settings (Text: B2 (cell B2 (Name in column B)), Number of characters: 3).

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)

=LEFT(B2, 3)

Result

Tar

Practice This Function

LEFT FAQ

How do I use LEFT in Excel?

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

Where can I practice LEFT?

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

What arguments does LEFT use?

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