VALUE
The following section describes the syntax and usage of the VALUE function in ActivityInfo.
Description
The VALUE function converts a string or text value to a number, if possible.
Syntax
VALUE(string)
Argument | Required | Description |
---|---|---|
string | Yes | The text value. |
Result
The numeric value of the text value.
NA if the text value is not recognizable as a number.