Excel Function

VALUE

Converts text that represents a number into number.

VALUE(text)

Arguments

text

Required

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

Practice Preview

Use VALUE to convert the numeric text in cell E2 (Amount Text in column E) to a number.

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)

=VALUE(E2)

Result

1200

Practice This Function

VALUE FAQ

How do I use VALUE in Excel?

Use VALUE when you want to convert number-like text into real numbers. Enter Text in that order, then add optional arguments when needed.

Where can I practice VALUE?

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

What arguments does VALUE use?

The main arguments are Text. Enter them in order.