The CONVERTBASE function converts the entered number of the start base to the target base. The output is a string.
CONVERTBASE(number, startBase, targetBase) => string
The CONVERTBASE function converts the entered number of the start base to the target base. The output is a string.
CONVERTBASE(number, startBase, targetBase) => string