Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
DECIMAL converts a text string that represents a number in a specified base (radix 2–36) back to a standard decimal integer. It is the inverse of BASE, so DECIMAL("FF",16) returns 255 and DECIMAL("1010",2) returns 10.
=DECIMAL(A2,16)=DECIMAL(A2,16)Computed by a real spreadsheet engine on the sample data below.
| Hex Code | Decimal |
| FF | |
| 10 | |
| 1A | |
| 80 |
=DECIMAL(A2,16)→255
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: