VALUE function

Category: Text
Introduced: Excel 2003

Summary

Converts a text argument to a number

Syntax

VALUE(text) The VALUE function syntax has the following arguments:
• Text Required. The text enclosed in quotation marks or a reference to a cell containing the text you want to convert.

Example

=VALUE("$1,000")
=VALUE("16:48:00")-VALUE("12:00:00")

Microsoft Support Page

https://support.microsoft.com/en-us/office/value-function-257d0108-07dc-437d-ae1c-bc2d3953d8c2

Back to Functions