When the conversion is successful, the result is a numeric value with no number formatting.
However, VALUE is provided for compatibility with other spreadsheet applications.
The N function can be used to convert TRUE and FALSE to 1 and 0 respectively.
When given a text value, the N function returns zero.
DATEVALUE Function
The Excel DATEVALUE function converts a date represented as atext stringinto avalid Excel date.
This function can be used to convert locale-specific values into locale-independent values.
VALUETOTEXT Function
The Excel VALUETOTEXT function converts a value to text.
By default, text values pass though unaffected.
However, in strict mode, text values are enclosed in double quotes ("").
Numeric values are converted to text in all cases andnumber formattingis…