Less Than and Less Than or Equal to Operators

Keystroke: <

x < y

Returns 1 if x < y, 0 otherwise.

Keystroke: [Ctrl]9

x ≤ y

Returns 1 if x ≤ y, 0 otherwise.

Operands:

Notes:

QuickSheet

Related Topics