BIN2HEX
Supported, behaves as documentedCategory: Engineering · Last tested 2026-08-06
Real, executed compatibility results for the BIN2HEX function across Microsoft Excel, Google Sheets, and LibreOffice Calc — verified by actually running it. Syntax and links to each vendor’s official documentation are below.
Support matrix
| Engine | Documented | Live-tested | Verdict |
|---|---|---|---|
| Excel | Yes | Not yet | n/a |
| Google Sheets | Yes | Not yet | n/a |
| LibreOffice Calc | Yes | Yes (25.8.7.3, 2026-08-06) | Supported, behaves as documented |
Executed test cases
LibreOffice Calc 25.8.7.3 (tested 2026-08-06)
| Formula | Description | Result | Expected | Verdict |
|---|---|---|---|---|
| =BIN2HEX("1111") | Binary 1111 is F in hexadecimal | F | F | Matched |
| =BIN2HEX("1010") | Binary 1010 (decimal 10) is A in hexadecimal | A | A | Matched |
| =BIN2HEX("1111",4) | The optional places argument pads the hex result to a fixed width | 000F | 000F | Matched |
Docs & syntax
- Excel: official documentation
- Google Sheets: official documentation
- LibreOffice Calc: official documentation