XOR
LogicalXOR helps you perform conditional and boolean logic helpers for branching worksheet behavior.
Overview
Start with "=" then enter XOR(logical1, [logical2], ...). Keep argument order as shown and use cell ranges where appropriate.
Parser pathComplete docs
Syntax & Arity
=XOR(logical1, [logical2], ...)
1+ arguments
Arguments
| Argument | Required | Type | Description |
|---|---|---|---|
| logical1 | Required | Single | Logical test input. |
| logical2 | Optional | Single | Logical test input. |
Example Inputs & Outputs
Formula
=XOR(<logical1>, <logical2>)
Example Output
Boolean or conditional result
Replace placeholders with your worksheet values or ranges to compute a result.