Convert text to a number
=VALUE(text)
| Parameter | Description |
|---|---|
text |
The text value to convert to a number. |
The VALUE function is meant to convert a text value that represents a number into a numeric value. The text can be a date, a time, or any other number
=VALUE("July 15, 2021") // returns 44392
=VALUE("$125.50") // returns 125.5
=VALUE("32.5%") // returns 0.325