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

Data Analysis

  • Add Outline to Data in Excel
  • Remove Duplicates Example in Excel
  • Conditional Formatting Data bars Examples in Excel
  • Reverse List in Excel
  • How to calculate current stock or inventory in Excel

References

  • How to get address of first cell in range in Excel
  • How to use Excel COLUMN Function
  • How to use Excel FORMULATEXT function
  • How to get first column number in range in Excel
  • How to get last column number in range in Excel

Data Validations

  • Excel Data validation allow weekday only
  • Excel Data validation specific characters only
  • Excel Data validation must begin with
  • Excel Data validation unique values only
  • Data validation must not exist in list

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

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

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

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

by

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

Continue Reading

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

by

What is ERFC function in Excel? ERFC function is one of Engineering functions in Microsoft Excel that returns the complementary ERF function integrated between x and infinity. Syntax of ERFC function ERFC(x) The ERFC function syntax has the following arguments: X: The lower bound for integrating ERFC. ERFC formula explanation If x is nonnumeric, ERFC returns the …

Continue Reading

ERF.PRECISE function: Description, Usage, Syntax, Examples and Explanation

by

What is ERF.PRECISE function in Excel? IMCOT function is one of Engineering functions in Microsoft Excel that returns the error function. Syntax of ERF.PRECISE function ERF.PRECISE(x) The ERF.PRECISE function syntax has the following argument: X:  The lower bound for integrating ERF.PRECISE. ERF.PRECISE formula expalantion If lower_limit is nonnumeric, ERF.PRECISE returns the #VALUE! error value. Example of ERF.PRECISE function …

Continue Reading

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

by

What is ERF function in Excel? ERF function is one of Engineering functions in Microsoft Excel that returns the error function integrated between lower_limit and upper_limit. Syntax of ERF function ERF(lower_limit,[upper_limit]) The ERF function syntax has the following arguments: Lower_limit: The lower bound for integrating ERF. Upper_limit(Optional): The upper bound for integrating ERF. If omitted, ERF integrates …

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

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

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

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

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

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

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

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

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

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

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

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

by

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

Continue Reading

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

by

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

Continue Reading

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

by

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

Continue Reading

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

by

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

Continue Reading

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

by

What is IMLN function in Excel? IMLN function is one of Engineering functions in Microsoft Excel that returns the natural logarithm of a complex number in x + yi or x + yj text format. Syntax of IMLN function IMLN(inumber) The IMLN function syntax has the following arguments: Inumber: A complex number for which you want 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

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

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

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

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

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

by

What is GESTEP function in Excel? GESTEP function is one of Engineering functions in Microsoft Excel that returns 1 if number ≥ step; returns 0 (zero) otherwise. Use this function to filter a set of values. For example, by summing several GESTEP functions you calculate the count of values that exceed a threshold. Syntax of GESTEP …

Continue Reading

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

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

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

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

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

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

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

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

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

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

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

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

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

  • IFERROR function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel OR Function
  • AND function: Description, Usage, Syntax, Examples and Explanation
  • How to use Excel FALSE Function
  • How to use Excel AND Function

Date Time

  • Calculate series of dates by workdays in Excel
  • Display Days in month in Excel
  • Count birthdays by month in Excel
  • Convert date string to date time in Excel
  • Add business days to date in Excel

Grouping

  • Calculate conditional mode with criteria in Excel
  • Group times into 3 hour buckets in Excel
  • Group numbers with VLOOKUP in Excel
  • How to randomly assign people to groups in Excel
  • How to randomly assign data to groups in Excel

General

  • Count cells less than in Excel
  • Basic error trapping example in Excel
  • List sheet names with formula in Excel
  • How to get original price from percentage discount in Excel
  • 3D SUMIF for multiple worksheets in Excel
© 2025 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning