- Statistical Functions
- Math & Trignometric Functions
- Lookup & Reference Functions
- Advanced Excel Functions - Logical
- Information Functions
- Financial Functions
- Engineering Functions
- Date & Time Functions
- Database Functions
- Advanced Excel Functions - Cube
- Compatibility Functions
- Advanced Excel Functions - Home
Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
Advanced Excel - Engineering Functions
The Excel Engineering functions perform the most commonly used Engineering calculations, many of which relate to Bessel functions, complex numbers, or converting between different bases.
Engineering Functions
The following table psts all the Engineering functions −
S.No. | Function and Description |
---|---|
1 | Returns the modified Bessel function In(x) |
2 | Returns the Bessel function Jn(x) |
3 | Returns the modified Bessel function Kn(x) |
4 | Returns the Bessel function Yn(x) |
5 | Converts a binary number to decimal |
6 | Converts a binary number to hexadecimal |
7 | Converts a binary number to octal |
8 | Returns a Bitwise And of two numbers |
9 | Returns a value number shifted left by shift_amount bits |
10 | Returns a bitwise OR of 2 numbers |
11 | Returns a value number shifted right by shift_amount bits |
12 | Returns a bitwise Exclusive Or of two numbers |
13 | Converts real and imaginary coefficients into a complex number |
14 | Converts a number from one measurement system to another |
15 | Converts a decimal number to binary |
16 | Converts a decimal number to hexadecimal |
17 | Converts a decimal number to octal |
18 | Tests whether two values are equal |
19 | Returns the error function |
20 | Returns the error function |
21 | Returns the complementary error function |
22 | Returns the complementary error function |
23 | Tests whether a number is greater than a threshold value |
24 | Converts a hexadecimal number to binary |
25 | Converts a hexadecimal number to decimal |
26 | Converts a hexadecimal number to octal |
27 | Returns the absolute value (modulus) of a complex number |
28 | Returns the imaginary coefficient of a complex number |
29 | Returns the argument theta, an angle expressed in radians |
30 | Returns the complex conjugate of a complex number |
31 | Returns the cosine of a complex number |
32 | Returns the hyperbopc cosine of a complex number |
33 | Returns the cotangent of a complex number |
34 | Returns the cosecant of a complex number |
35 | Returns the hyperbopc cosecant of a complex number |
36 | Returns the quotient of two complex numbers |
37 | Returns the exponential of a complex number |
38 | Returns the natural logarithm of a complex number |
39 | Returns the base-2 logarithm of a complex number |
40 | Returns the base-10 logarithm of a complex number |
41 | Returns a complex number raised to an integer power |
42 | Returns the product of complex numbers |
43 | Returns the real coefficient of a complex number |
44 | Returns the secant of a complex number |
45 | Returns the hyperbopc secant of a complex number |
46 | Returns the sine of a complex number |
47 | Returns the hyperbopc sine of a complex number |
48 | Returns the square root of a complex number |
49 | Returns the difference of two complex numbers |
50 | Returns the sum of complex numbers |
51 | Returns the tangent of a complex number |
52 | Converts an octal number to binary |
53 | Converts an octal number to decimal |
54 | Converts an octal number to hexadecimal |