IFERROR Function
Returns the second argument if the first argument contains an error. Returns the first argument if no error is found.
Returns the second argument if the first argument contains an error. Returns the first argument if no error is found.
Returns second argument if the condition is met else it returns third argument.
Returns TRUE if the argument is FALSE and FALSE if the argument is TRUE.
Returns TRUE if an odd number of arguments are TRUE.
Returns TRUE if at least one argument is TRUE.
Returns TRUE if all arguments are TRUE.