Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
BASE converts a non-negative decimal integer into a text representation in any radix between 2 and 36. For example, BASE(255,16) returns "FF" (hexadecimal) and BASE(10,2) returns "1010" (binary). An optional min_length argument pads the result with leading zeros.
=BASE(A2,16)=BASE(A2,16)Computed by a real spreadsheet engine on the sample data below.
| Decimal | Hex |
| 255 | |
| 16 | |
| 0 | |
| 128 |
=BASE(A2,16)→FF
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: