ReferenceFunctionsMath Functions
BASE
BASE: Converts a non-negative integer to text in the requested radix.
Summary
Converts a non-negative integer to text in the requested radix.
Examples
Convert decimal to hexadecimal
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
1F
Related functions
FAQ
What bases are supported?
BASE accepts radix values from 2 through 36.
Runtime metadata
Category
Math
Signature
BASE(arg1: Number, arg2: Number, arg3…: Number)Arity
min 2, max variadic
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
Caps
PURE
Source