DECIMAL
Converts a text representation of a number in a given base into a decimal number
Syntax
DECIMAL(text, radix)
Parameters
- text: Required. A string representation of the number to convert
- radix: Required. The base of the number, must be >= 2 and <= 36
Example
=DECIMAL("FF", 16)