Excel Function : BASE
Category
Math and trigonometry
Description
Converts a number into a text representation with the given radix (base)
Microsoft Excel Reference Page
https://support.office.com/en-us/article/BASE-function-2ef61411-aee9-4f29-a811-1c42456c6342
Syntax and Description of the BASE Excel Function
The syntax for the BASE function in Excel is as follows: =BASE(number,radix,[min_length]) Where the arguments are as follows: number - The number for which you want to change the base. radix - The new base. min_length (optional) - The minimum length of the returned string.
About BASE Excel Function
BASE(number, radix, min_length) The BASE function converts a number into text representing a number in a given base. The number argument is the value to be converted. The radix argument is the base into which number is to be converted. The min_length argument is the minimum length of the returned text, in characters.