!number,radix,min_length!!Converts a number into a text representation with the given radix (base)!is the number that you want to convert!is the base Radix that you want to convert the number into!is the minimum length of the returned string. If omitted leading zeros are not added!
number,places!Converts an octal number to binary!is the octal number you want to convert!is the number of characters to use! ...
number,places!Converts an octal number to hexadecimal!is the octal number you want to convert!is the number of characters ...
number,power!Returns the result of a number raised to a power!is the base number, any real number!is the exponent, to which ...
number,radix!Converts a text representation of a number in a given base into a decimal number!is the number that you want ...
number,radix,min_length!Converts a number into a text representation with the given radix (base)!is the number that you want ...
number,ref,order!Returns the rank of a number in a list of numbers: its size relative to other values in the list; if more ...
number,ref,order!Returns the rank of a number in a list of numbers: its size relative to other values in the list; if more ...
number,ref,order!This function is available for compatibility with Excel 2007 and earlier.Returns the rank of a number in ...
number,shift_amount!Returns a number shifted left by shift_amount bits!is the decimal representation of the binary number ...