Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How to count table columns in Excel
  • Get column name from index in Excel Table
  • Conflicting Multiple Conditional Formatting Rules in Excel
  • Conditional Formatting Icon Sets Examples in Excel
  • Excel Frequency Function Example

References

  • How to get address of named range in Excel
  • To count total rows in a range in Excel
  • Find Closest Match in Excel Using INDEX, MATCH, ABS and MIN functions
  • How to use Excel MMULT Function
  • How to use Excel LOOKUP Function

Data Validations

  • Excel Data validation must begin with
  • Data validation must not exist in list
  • Excel Data validation only dates between
  • Excel Data validation number multiple 100
  • How To Create Drop-down List in Excel

Category: Engineering Functions

Excel Engineering Functions perform the most commonly used engineering calculations, many of which relate to Bessel Functions, Complex Numbers or converting between different bases

CONVERT function: Description, Usage, Syntax, Examples and Explanation

by

What is CONVERT function in Excel? CONVERT function is one of Engineering functions in Microsoft Excel that converts a number from one measurement system to another. For example, CONVERT can translate a table of distances in miles to a table of distances in kilometers. Syntax of CONVERT function CONVERT(number,from_unit,to_unit) Number     is the value in from_units to …

Continue Reading

DEC2HEX function: Description, Usage, Syntax, Examples and Explanation

by

What is DEC2HEX function in Excel? DEC2HEX function is one of Engineering functions in Microsoft Excel that converts a decimal number to hexadecimal. Syntax of DEC2HEX function DEC2HEX(number, [places]) The DEC2HEX function syntax has the following arguments: Number:  The decimal integer you want to convert. If number is negative, places is ignored and DEC2HEX returns a …

Continue Reading

OCT2HEX function: Description, Usage, Syntax, Examples and Explanation

by

What is OCT2HEX function in Excel? OCT2HEX function is one of Engineering functions in Microsoft Excel that converts an octal number to hexadecimal. Syntax of OCT2HEX function OCT2HEX(number, [places]) The OCT2HEX function syntax has the following arguments: Number: The octal number you want to convert. Number may not contain more than 10 octal characters (30 bits). The …

Continue Reading

IMEXP function: Description, Usage, Syntax, Examples and Explanation

by

What is IMEXP function in Excel? IMEXP function is one of Engineering functions in Microsoft Excel that returns the exponential of a complex number in x + yi or x + yj text format. Syntax of IMEXP function IMEXP(inumber) The IMEXP function syntax has the following arguments: Inumber: A complex number for which you want the exponential. …

Continue Reading

COMPLEX function: Description, Usage, Syntax, Examples and Explanation

by

What is COMPLEX function in Excel? COMPLEX function is one of Engineering functions in Microsoft Excel that converts real and imaginary coefficients into a complex number of the form x + yi or x + yj. Syntax of COMPLEX function COMPLEX(real_num, i_num, [suffix]) The COMPLEX function syntax has the following arguments: Real_num: The real coefficient of the …

Continue Reading

BITXOR function: Description, Usage, Syntax, Examples and Explanation

by

What is BITXOR function in Excel? BITXOR function is one of Engineering functions in Microsoft Excel that returns a bitwise ‘XOR’ of two numbers. Syntax of BITXOR function BITXOR(number1, number2) The BITXOR function syntax has the following arguments. Number1: Must be greater than or equal to 0. Number2: Must be greater than or equal to 0. BITXOR …

Continue Reading

OCT2DEC function: Description, Usage, Syntax, Examples and Explanation

by

What is OCT2DEC function in Excel? OCT2DEC function is one of Engineering functions in Microsoft Excel that converts an octal number to decimal. Syntax of OCT2DEC function OCT2DEC(number) The OCT2DEC function syntax has the following arguments: Number: The octal number you want to convert. Number may not contain more than 10 octal characters (30 bits). The most significant …

Continue Reading

IMDIV function: Description, Usage, Syntax, Examples and Explanation

by

What is IMDIV function in Excel? IMDIV function is one of Engineering functions in Microsoft Excel that returns the quotient of two complex numbers in x + yi or x + yj text format. Syntax of IMDIV function IMDIV(inumber1, inumber2) The IMDIV function syntax has the following arguments: Inumber1: The complex numerator or dividend. Inumber2: The complex denominator …

Continue Reading

DEC2BIN function: Description, Usage, Syntax, Examples and Explanation

by

What is DEC2BIN function in Excel? DEC2BIN function is one of Engineering functions in Microsoft Excel that converts a decimal number to binary. Syntax of DEC2BIN function DEC2BIN(number, [places]) The DEC2BIN function syntax has the following arguments: Number: The decimal integer you want to convert. If number is negative, valid place values are ignored and DEC2BIN …

Continue Reading

BITRSHIFT function: Description, Usage, Syntax, Examples and Explanation

by

What is BITRSHIFT function in Excel? BITRSHIFT function is one of Engineering functions in Microsoft Excel that returns a number shifted right by the specified number of bits. Syntax of BITRSHIFT function BITRSHIFT(number, shift_amount) The BITRSHIFT function syntax has the following arguments. Number: Must be an integer greater than or equal to 0. Shift_amount: Must be …

Continue Reading

OCT2BIN function: Description, Usage, Syntax, Examples and Explanation

by

What is OCT2BIN function in Excel? OCT2BIN function is one of Engineering functions in Microsoft Excel that converts an octal number to binary. Syntax of OCT2BIN function OCT2BIN(number, [places]) The OCT2BIN function syntax has the following arguments: Number:  The octal number you want to convert. Number may not contain more than 10 characters. The most significant bit …

Continue Reading

IMCSCH function: Description, Usage, Syntax, Examples and Explanation

by

What is IMCSCH function in Excel? IMCSCH function is one of Engineering functions in Microsoft Excel that returns the hyperbolic cosecant of a complex number in x+yi or x+yj text format. Syntax of IMCSCH function IMCSCH(inumber) The IMCSCH function syntax has the following arguments. Inumber:  A complex number for which you want the hyperbolic cosecant. IMCSCH formula …

Continue Reading

BITLSHIFT function: Description, Usage, Syntax, Examples and Explanation

by

What is BITLSHIFT function in Excel? BITLSHIFT function is one of Engineering functions in Microsoft Excel that returns a number shifted left by the specified number of bits. Syntax of BITLSHIFT function BITLSHIFT(number, shift_amount) The BITLSHIFT function syntax has the following arguments. Number    Required. Number must be an integer greater than or equal to 0. Shift_amount    …

Continue Reading

BITOR function: Description, Usage, Syntax, Examples and Explanation

by

What is BITOR function in Excel? BITOR function is one of Engineering functions in Microsoft Excel that returns a bitwise ‘OR’ of two numbers. Syntax of BITOR function BITOR(number1, number2) The BITOR function syntax has the following arguments. Number1: Must be in decimal form and greater than or equal to 0. Number2: Must be in decimal …

Continue Reading

IMTAN function: Description, Usage, Syntax, Examples and Explanation

by

What is IMTAN function in Excel? IMTAN function is one of Engineering functions in Microsoft Excel that returns the tangent of a complex number in x+yi or x+yj text format. Syntax of IMTAN function IMTAN(inumber) The IMTAN function syntax has the following arguments. Inumber:  A complex number for which you want the tangent. IMTAN formula explanation …

Continue Reading

IMCSC function: Description, Usage, Syntax, Examples and Explanation

by

What is IMCSC function in Excel? IMCSC function is one of Engineering functions in Microsoft Excel that returns the cosecant of a complex number in x+yi or x+yj text format. Syntax of IMCSC function IMCSC(inumber) Inumber: A complex number for which you want the cosecant. IMCSC formula explanation Use COMPLEX to convert real and imaginary coefficients into …

Continue Reading

BITAND function: Description, Usage, Syntax, Examples and Explanation

by

What is BITAND function in Excel? BITAND function is one of Engineering functions in Microsoft Excel that returns a bitwise ‘AND’ of two numbers. Syntax of BITAND function BITAND( number1, number2) The BITAND function syntax has the following arguments. Number1: Must be in decimal form and greater than or equal to 0. Number2: Must be in …

Continue Reading

DELTA function: Description, Usage, Syntax, Examples and Explanation

by

What is DELTA function in Excel? DELTA function is one of Engineering functions in Microsoft Excel that tests whether two values are equal. Returns 1 if number1 = number2; returns 0 otherwise. Use this function to filter a set of values. For example, by summing several DELTA functions you calculate the count of equal pairs. …

Continue Reading

IMSUM function: Description, Usage, Syntax, Examples and Explanation

by

What is IMSUM function in Excel? IMSUM function is one of Engineering functions in Microsoft Excel that returns the sum of two or more complex numbers in x + yi or x + yj text format. Syntax of IMSUM function IMSUM(inumber1, [inumber2], …) The IMSUM function syntax has the following arguments: Inumber1, [inumber2], …    Inumber1 is required, …

Continue Reading

IMCOT function: Description, Usage, Syntax, Examples and Explanation

by

What is IMCOT function in Excel? IMCOT function is one of Engineering functions in Microsoft Excel that returns the cotangent of a complex number in x+yi or x+yj text format. Syntax of IMCOT function IMCOT(inumber) The IMCOT function syntax has the following arguments. Inumber: A complex number for which you want the cotangent. IMCOT formula explanation Use COMPLEX …

Continue Reading

BIN2OCT function: Description, Usage, Syntax, Examples and Explanation

by

What is BIN2OCT function in Excel? BIN2OCT function is one of Engineering functions in Microsoft Excel that converts a binary number to octal. Syntax of BIN2OCT function BIN2OCT(number, [places]) The BIN2OCT function syntax has the following arguments: Number: The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most …

Continue Reading

IMCOSH function: Description, Usage, Syntax, Examples and Explanation

by

What is IMCOSH function in Excel? IMCOSH function is one of Engineering functions in Microsoft Excel that returns the hyperbolic cosine of a complex number in x+yi or x+yj text format. Syntax of IMCOSH function IMCOSH(inumber) The IMCOSH function syntax has the following arguments. Inumber: A complex number for which you want the hyperbolic cosine. IMCOSH …

Continue Reading

IMSUB function: Description, Usage, Syntax, Examples and Explanation

by

What is IMSUB function in Excel?IMSUB function is one of Engineering functions in Microsoft Excel that returns the difference of two complex numbers in x + yi or x + yj text format. Syntax of IMSUB function IMSUB(inumber1, inumber2) The IMSUB function syntax has the following arguments: Inumber1: The complex number from which to subtract inumber2. Inumber2: The …

Continue Reading

BIN2HEX function: Description, Usage, Syntax, Examples and Explanation

by

What is BIN2HEX function in Excel? BIN2HEX function is one of Engineering functions in Microsoft Excel that converts a binary number to hexadecimal. Syntax of BIN2HEX function BIN2HEX(number, [places]) The BIN2HEX function syntax has the following arguments: Number: The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most …

Continue Reading

IMCOS function: Description, Usage, Syntax, Examples and Explanation

by

What is IMCOS function in Excel? IMCOS function is one of Engineering functions in Microsoft Excel that returns the cosine of a complex number in x + yi or x + yj text format. Syntax of IMCOS function IMCOS(inumber) The IMCOS function syntax has the following arguments: Inumber: A complex number for which you want the …

Continue Reading

IMSINH function: Description, Usage, Syntax, Examples and Explanation

by

What is IMSINH function in Excel?IMSINH function is one of Engineering functions in Microsoft Excel that returns the hyperbolic sine of a complex number in x+yi or x+yj text format. Syntax of IMSINH function IMSINH(inumber) The IMSINH function syntax has the following arguments. Inumber:  A complex number for which you want the hyperbolic sine. IMSINH formula explanation …

Continue Reading

BIN2DEC function: Description, Usage, Syntax, Examples and Explanation

by

What is BIN2DEC function in Excel? BIN2DEC function is one of Engineering functions in Microsoft Excel that converts a binary number to decimal. Syntax of BIN2DEC function BIN2DEC(number) The BIN2DEC function syntax has the following arguments: Number: The binary number you want to convert. Number cannot contain more than 10 characters (10 bits). The most significant …

Continue Reading

IMCONJUGATE function: Description, Usage, Syntax, Examples and Explanation

by

What is IMCONJUGATE function in Excel? IMCONJUGATE function is one of Engineering functions in Microsoft Excel that returns the complex conjugate of a complex number in x + yi or x + yj text format. Syntax of IMCONJUGATE function IMCONJUGATE(inumber) The IMCONJUGATE function syntax has the following arguments: Inumber: A complex number for which you want …

Continue Reading

IMSIN function: Description, Usage, Syntax, Examples and Explanation

by

What is IMSIN function in Excel? IMSIN function is one of Engineering functions in Microsoft Excel that returns the sine of a complex number in x + yi or x + yj text format. Syntax of IMSIN function IMSIN(inumber) The IMSIN function syntax has the following arguments: Inumber: A complex number for which you want the sine. …

Continue Reading

BESSELY function: Description, Usage, Syntax, Examples and Explanation

by

What is BESSELY function in Excel? BESSELY function is one of Engineering functions in Microsoft Excel that returns the Bessel function, which is also called the Weber function or the Neumann function. Syntax of BESSELY function BESSELY(X, N) The BESSELY function syntax has the following arguments: X: The value at which to evaluate the function. N: …

Continue Reading

IMARGUMENT function: Description, Usage, Syntax, Examples and Explanation

by

What is IMARGUMENT function in Excel? IMARGUMENT function is one of Engineering functions in Microsoft Excel that returns the argument  (theta), an angle expressed in radians, such that: Syntax of IMARGUMENT function IMARGUMENT(inumber) The IMARGUMENT function syntax has the following arguments: Inumber: A complex number for which you want the argument  . IMARGUMENT formula explanation Use COMPLEX to …

Continue Reading

IMSECH function: Description, Usage, Syntax, Examples and Explanation

by

What is IMSECH function in Excel? IMSECH function is one of Engineering functions in Microsoft Excel that returns the hyperbolic secant of a complex number in x+yi or x+yj text format. Syntax of IMSECH function IMSECH(inumber) The IMSECH function syntax has the following arguments. Inumber: A complex number for which you want the hyperbolic secant. IMSECH formula …

Continue Reading

BESSELK function: Description, Usage, Syntax, Examples and Explanation

by

What is BESSELK function in Excel? BESSELK function is one of Engineering functions in Microsoft Excel that returns the modified Bessel function, which is equivalent to the Bessel functions evaluated for purely imaginary arguments. Syntax of BESSELK function BESSELK(X, N) The BESSELK function syntax has the following arguments: X: The value at which to evaluate the …

Continue Reading

IMAGINARY function: Description, Usage, Syntax, Examples and Explanation

by

What is IMAGINARY function in Excel? IMAGINARY function is one of Engineering functions in Microsoft Excel that returns the imaginary coefficient of a complex number in x + yi or x + yj text format. Syntax of IMAGINARY function IMAGINARY(inumber) The IMAGINARY function syntax has the following arguments: Inumber: A complex number for which you want …

Continue Reading

IMSQRT function: Description, Usage, Syntax, Examples and Explanation

by

What is IMSQRT function in Excel? IMSQRT function is one of Engineering functions in Microsoft Excel that returns the square root of a complex number in x + yi or x + yj text format. Syntax of IMSQRT function IMSQRT(inumber) The IMSQRT function syntax has the following arguments: Inumber:  A complex number for which you want the …

Continue Reading

BESSELJ function: Description, Usage, Syntax, Examples and Explanation

by

What is BESSELJ function in Excel? BESSELJ function is one of Engineering functions in Microsoft Excel that returns the Bessel function. Syntax of BESSELJ function BESSELJ(X, N) The BESSELJ function syntax has the following arguments: X: The value at which to evaluate the function. N: The order of the Bessel function. If n is not an …

Continue Reading

IMABS function: Description, Usage, Syntax, Examples and Explanation

by

What is IMABS function in Excel? IMABS function is one of Engineering functions in Microsoft Excel that returns the absolute value (modulus) of a complex number in x + yi or x + yj text format. Syntax of IMABS function IMABS(inumber) The IMABS function syntax has the following arguments: Inumber: A complex number for which you …

Continue Reading

IMREAL function: Description, Usage, Syntax, Examples and Explanation

by

What is IMREAL function in Excel? IMREAL function is one of Engineering functions in Microsoft Excel that returns the real coefficient of a complex number in x + yi or x + yj text format. Syntax of IMREAL function IMREAL(inumber) The IMREAL function syntax has the following arguments: Inumber:  A complex number for which you want …

Continue Reading

BESSELI function: Description, Usage, Syntax, Examples and Explanation

by

What is BESSELI function in Excel? BESSELI function is one of Engineering functions in Microsoft Excel that returns the modified Bessel function, which is equivalent to the Bessel function evaluated for purely imaginary arguments. Syntax of BESSELI function BESSELI(X, N) The BESSELI function syntax has the following arguments: X: The value at which to evaluate the …

Continue Reading

HEX2OCT function: Description, Usage, Syntax, Examples and Explanation

by

What is HEX2OCT function in Excel? HEX2OCT function is one of Engineering functions in Microsoft Excel that converts a hexadecimal number to octal. Syntax of HEX2OCT function HEX2OCT(number, [places]) The HEX2OCT function syntax has the following arguments: Number: The hexadecimal number you want to convert. Number cannot contain more than 10 characters. The most significant bit of …

Continue Reading

Posts navigation

  • 1
  • 2
  • Next

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • SWITCH function example in Excel
  • IF with wildcards in Excel
  • TRUE function: Description, Usage, Syntax, Examples and Explanation
  • Check multiple cells are equal in Excel
  • IFS function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • Sum through n months in Excel
  • How to get workdays between dates in Excel
  • TODAY function: Description, Usage, Syntax, Examples and Explanation
  • Get work hours between dates in Excel
  • Get first Monday before any date in Excel

Grouping

  • Running count group by n size in Excel
  • Group numbers at uneven intervals in Excel
  • Map text to numbers in Excel
  • Group numbers with VLOOKUP in Excel
  • Categorize text with keywords in Excel

General

  • How to calculate total from percentage in Excel
  • How to count total columns in range in Excel
  • How to password protect excel sheet?
  • List sheet names with formula in Excel
  • How to test a range for numbers in Excel
© 2023 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning