How Engineering Functions Are Organized

Engineering functions can be divided into four groups (see Table 17-1, Table 17-2, Table 17-3, and Table 17-4):

Unlike the alphabetical arrangement in the Excel ribbon list, this chapter looks at the functions according to the preceding grouping.

The conversion functions help you convert numbers from one number system into another; for example, from the hexadecimal system common in electronic data processing to the more familiar decimal system.

With CONVERT(), you can convert one physical measurement into another. This is especially helpful when you are dealing with US measurements. For example, who actually knows all the conversion formulas for the various temperature scales from memory? This function shouldn’t be too difficult to understand. Usually what is lacking is practice with various number and measurement systems.

In principle, Excel permits only real numbers in cells, formulas, and functions. If you want to perform calculations with imaginary or complex numbers, you need to take a detour by using the functions of this group, because Excel is not able to compute the results of complex numbers directly. You can find all the necessary functions in this chapter.

The third group contains functions that are typically used in engineering. This is why they are called engineering functions. To be able to use these functions, you should have knowledge of higher mathematics, especially of differential equations, error analysis, and probability theory.

There are two functions that do not fit into the conventional groupings because they are not continuous. (Mathematicians call them saltus functions, so we decided to use this name as a group title.)