number PowerHome formula function
Description
Converts a string to a number.
Syntax
number ( string )
Argument Description
string The string you want returned as a number
Return value
A numeric data type. Returns the contents of string as a number. If string is not a valid number, Number returns 0.