Excel BASE Function
www.excelfunctions.net › excel-base-functionThe Excel Base function converts a number into a supplied base (radix), and returns a text representation of the calculated value. Note: the Base function was only introduced in Excel 2013 and so is not available in earlier versions of Excel. The syntax of the Base function is: BASE ( number, radix, [min_length] )
BASE function - Microsoft Support
support.microsoft.com › en-us › officeDescription Converts a number into a text representation with the given radix (base). Syntax BASE (Number, Radix [Min_length]) The BASE function syntax has the following arguments. Number Required. The number that you want to convert. Must be an integer greater than or equal to 0 and less than 2^53. Radix Required.
Excel BASE function | Exceljet
exceljet.net › functions › base-functionThe Excel BASE function converts a number to the text representation of the same number in a given base, where base is provided as the radix argument. Purpose Convert number to another base. Return value The text representation of the converted number. Arguments number - The number to convert to a given base. radix - The base to convert to.