Excel Function

LEN

Returns the number of characters in text.

LEN(text)

Arguments

text

Required

Value for text.

Practice Preview

Use LEN to return the number of characters in 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)

=LEN(B2)

Result

11

Practice This Function

LEN FAQ

How do I use LEN in Excel?

Use LEN when you want to count text length. Enter Text in that order, then add optional arguments when needed.

Where can I practice LEN?

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

What arguments does LEN use?

The main arguments are Text. Enter them in order.