VALUE(text)

The VALUE function converts a text argument to a number.

For example,

VALUE("222")

returns 222.

This function is the reverse of T(value) (see T(value)).

See also:

Other text functions