1000 Excel Formulas
Home
Categories
About
Search
XOR
Logical
Returns a logical exclusive OR of all arguments
Syntax:
=XOR(logical1, [logical2], ...)
Example:
=XOR(A1>10, B1>10)