XOR
returns exclusive or of all arguments · from excel · excel: not yet compared · sheets: not yet compared
signature
XOR(logical…)
returns: boolean
| argument | required |
|---|---|
| logical… | required |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=XOR(TRUE, FALSE) true