Functions
DECIMAL
Convert string in given base to decimal
Try it
When to use it
When should I use DECIMAL?
Use DECIMAL to convert a number string expressed in a given base (e.g. binary or hex) back into a base-10 decimal integer.
Used in
Syntax
DECIMAL(text, base)Examples
=DECIMAL("101",2) // => 5