or

Previous chapterNext chapter Show allShow all    Hide allHide all

The function or (logical, logical) returns the logical value TRUE, if one or both arguments are TRUE.

The cell automatically gets the format string "True;False".

Syntax: =or(logical,logical)

Example Example

Cell A1

Cell A2

Cell A3=or(A1,A2)

false

false

false

false

true

true

true

false

true

true

true

true