BASE Function Explained

The BASE function in Microsoft Excel converts a number from one numeral system to another. It takes three arguments: the number to be converted, the radix of the number to be converted, and the desired radix of the result. The function returns the converted number as a text string.

BASE Function Syntax

BASE(number, radix, min_length)

  • number – The number to be converted to a different base.
  • radix – The base to which the number should be converted.
  • min_length – The minimum length of the returned string. If the length of the returned string is less than this value, it will be padded with zeros.