<p>The <b>BASE</b> function is one of the math and trigonometry functions. It is used to convert a number into a text representation with the given base.</p>
<pstyle="text-indent: 50px;"><b><em>number</em></b> is a number you want to convert. An integer greater than or equal to 0 and less than 2^53.</p>
<pstyle="text-indent: 50px;"><b><em>base</em></b> is a base you want to convert the number to. An integer greater than or equal to 2 and less than or equal to 36.</p>
<pstyle="text-indent: 50px;"><b><em>min-lenght</em></b> is a minimum length of the returned string. An integer greater than or equal to 0 and less than 256. It is an optional parameter. If the result is shorter than the minimum lenght specified, leading zeros are added to the string.</p>
<p>The numeric values can be entered manually or included into the cells you make reference to.</p>
<p>To apply the <b>BASE</b> function,</p>
<ol>
<li>select the cell where you wish to display the result,</li>