FLOAT
Syntax
FLOAT (<number, string, Boolean, date,>)
Description
Converts a number, string, Boolean, or date into a float value. This function is useful if another function's arguments require a float value.
If the data contained in the strings are not integers (words, dates, IP addresses), FLOAT returns an error message.
Examples