Data Conversion Functions

The following section details a number of functions that can be used to convert text strings to numbers and vica-versa.


VALUE

Converts text to a number, so long as the text contains only digits.

SyntaxWhereResult
VALUE(x)x is textA number

 

ExampleResult
=VALUE("415") * 2830

T

Converts a number into text.

SyntaxWhereResult
T(n)n is a numberText

 

ExampleResult
=T(415)"415"