Utility functions can be used on their own. However, they come into their own when embedded in other, more complex functions. In such cases, they expand the scope and functionality of the enclosing function by providing access to more conditions or variables.
Some examples of utility functions are IF, AND, OR, MAX, MIN, and MATCH. We will now look at a few of them here.