Logical or Boolean

This page presents procedures from class WorksheetFunction related to the theme Logical or Boolean

And - Returns True if all its arguments are True; returns False if one or more arguments is False.

IfError - Returns a value that you specify if a formula evaluates to an error; otherwise, returns the result of the formula. Use the IfError function to trap and handle errors in a formula.

IfNa - Returns the value that you specify if the expression resolves to #N/A; otherwise, returns the result of the expression.

Or - Returns True if any argument is True; returns False if all arguments are False.

Xor - Returns a logical exclusive OR of all arguments.