Skip to Content

OR

Returns TRUE if any argument is TRUE

Syntax

OR(logical1, [logical2], ...)

Parameters

  • logical1: Required. The first condition to evaluate to TRUE or FALSE
  • logical2: Optional. Additional conditions, up to 255

Example

=OR(A1>10, B1<5)
Returns: BooleanSince: Excel 2003