Excel Function

MID

Returns characters from middle of text.

MID(text, start_num, num_chars)

Arguments

text

Required

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

start_num

Required

Enter a numeric value.

num_chars

Required

Enter a numeric value.

Practice Preview

Use MID to return the result with these settings (Text: B2 (cell B2 (Name in column B)), Start position: 2, Number of characters: 4).

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)

=MID(B2, 2, 4)

Result

aro

Practice This Function

MID FAQ

How do I use MID in Excel?

Use MID when you want to extract text from the middle of a string. Enter Text, Start position, Number of characters in that order, then add optional arguments when needed.

Where can I practice MID?

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

What arguments does MID use?

The main arguments are Text, Start position, Number of characters. Enter them in order.