Skip to content

XOR

Logical

XOR 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

ArgumentRequiredTypeDescription
logical1RequiredSingleLogical test input.
logical2OptionalSingleLogical 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.

Related Functions