⚙️ Engineering Functions

Perform technical calculations. Convert between number systems (Binary, Hex, Decimal) and handle advanced mathematical operations.

010 Binary
01. BIN2DEC / DEC2BIN
Translate numbers between the language of computers (Binary) and humans (Decimal).
#F Hexadecimal
02. HEX2DEC
Work with Base-16 numbers. Essential for web colors (#FF5733) and low-level computing tasks.
Math
03. FACT (Factorial)
Calculate factorials (e.g., 5! = 120). Useful for determining permutations and probability combinations.
⬅ Back to Excel Menu