CONVERT
Convert between measurement units. Kg to lb, miles to km, Fahrenheit to Celsius, joules to BTU, and 100+ more. Skip the lookup tables and manual math.
CONVERT Complete Guide →Unit conversion, base conversion, bitwise operations, complex numbers, and scientific functions. The technical toolkit for engineers, scientists, and data specialists.
Engineering functions handle the calculations that pure math functions don't cover. Convert kilograms to pounds without a lookup table. Turn decimal numbers into binary or hexadecimal for programming work. Perform bitwise AND/OR/XOR for low-level data manipulation. Work with complex numbers, Bessel functions, and error functions for scientific analysis. This is Excel's specialist category.
Convert between measurement units. Kg to lb, miles to km, Fahrenheit to Celsius, joules to BTU, and 100+ more. Skip the lookup tables and manual math.
CONVERT Complete Guide →Convert decimal numbers to binary, hexadecimal, or octal. Essential for programming, network calculations, permission masks, and color codes.
Base Conversion Guide →Bitwise operations on integers. Used in permission systems, network subnet calculations, flag masks, and low-level data encoding.
Bitwise Operations Guide →Work with complex numbers directly in Excel. Build complex numbers, add them, multiply them, get magnitude and argument. Essential for signal processing and electrical engineering.
Complex Numbers Guide →1 function · 100+ units
Weight, length, temperature, volume, energy, power, pressure, magnetism, speed — all in one function.
12 functions
Convert between decimal, binary, hexadecimal, and octal representations of numbers.
6 functions
AND, OR, XOR, left shift, right shift — the low-level bit manipulation toolkit.
18 functions
Create, add, subtract, multiply, divide complex numbers. Get real/imaginary parts, magnitude, argument.
4 functions
Bessel functions of the first and second kind, modified Bessel functions. Used in physics and signal processing.
6 functions
Error function, complementary error function, gamma function. For statistics, probability, and physics work.
=CONVERT(A1, "kg", "lbm")=CONVERT(A1, "F", "C")=HEX2DEC(MID(A1, 2, 2)) gets red channel from "#FF00AA"=BITAND(ip_dec, mask_dec) to find network address=IMABS(COMPLEX(resistance, reactance))=ERF(x) for probability integralsWeight (g, kg, lbm, ozm), distance (m, mi, ft, in, ly), time (s, min, hr, day, yr), pressure (Pa, atm, mmHg, psi), force (N, lbf, dyn), energy (J, cal, BTU, kWh), power (W, hp), magnetism (T, ga), temperature (C, F, K), volume (L, gal, oz), area (m², ha, acre), speed, and information (bit, byte, KB, MB). Full list in our CONVERT guide.
DEC2BIN maxes out at 511 (10 bits). For larger numbers, use =BASE(A1, 2) which supports much bigger values. Same pattern applies to DEC2HEX and DEC2OCT — use BASE for larger values.
Occasionally in advanced statistics, finance (option pricing with complex integrals), and signal processing. If you're not doing math with imaginary numbers, you can safely ignore this sub-group.
Network engineers use them for subnet calculations. IT admins use them for permission masks (e.g., Linux file permissions). Developers use them for testing individual flag bits in status registers. Rare in general business use.
Most do — CONVERT, DEC2BIN, HEX2DEC, BITAND, BITOR all work identically. Bessel and complex number functions are more limited in Sheets. Check specific function pages for compatibility notes.
Ask the Add-in "convert this column from psi to bar" or "compute the magnitude of these complex numbers" — get the exact formula.
Get the Add-in →