Engineering Functions

how to use engineering functions


You can solve your engineering problem by using simple Excel formulas and functions

Number System Conversion

BIN2DEC    Converts Binary number system to Decimal number system
BIN2HEX    Converts Binary number system to Hexa Decimal number system
BIN2OCT    Converts Binary number system to Octal number system
DEC2BIN    Converts Decimal number system to Binary number system
DEC2HEX   Converts Decimal number system to Hexa Decimal number system
DEC2OCT   Converts Decimal number system to Octal number system
OCT2BIN    Converts Octal number system to Binary number system
OCT2DEC   Converts Octal number system to Decimal number system
OCT2HEX   Converts Octal number system to Hexa Decimal number system
HEX2BIN    Converts Hexa Decimal number system to Binary number system
HEX2OCT   Converts Hexa Decimal number system to Octal number system
HEX2DEC   Converts Hexa Decimal number system to Decimal number system

Bit Wise Operations
BITAND         Bitwise AND Operation
BITOR            Bitwise OR operation
BITXOR         Bitwise Exclusive OR Operation
BITLSHIFT    Bitwise Shift LEFT Operation
BITRSHIFT    Bitwise Shift RIGHT Operation

CONVERT     Converts one unit to another unit

No comments:

Post a Comment