SheetRocks
Documentation/Formulas/VALUE

VALUE

Returns a numeric value for a text that appears in a recognized format (i.e. a number, date, or time format).

Syntax

VALUE(text)

Arguments

Argument Description Required
text The text value to convert to a number. Required

Examples

Convert text number to numeric value

=VALUE("123.45")
Result ⇒ 123.45

Convert percentage text to number

=VALUE("15%")
Result ⇒ 0.15

Convert text from cell

=VALUE(A1)
Result ⇒ 456.78
A
1 456.78

Related Functions

Other Text functions:


← Back to Formula Reference