Error checking functions
Errors are happening and this is inevitability! When we know in advance that there is a high likelihood that they can happen, we can use error detection functions. They can discover whether an error has occurred, to return its code, and to show an alternative value instead of a mistake. This can be, for example, a notification about a predefined text about an error or an empty cell, if we want to ignore the error …