November 20, 2018
The Excel OR function is used to test whether any of the conditions are true.
=OR(logical1, [logical2], ...)| Name | Required | Description |
|---|---|---|
| logical1 | Yes | First logical condition to test whether you get TRUE or FALSE |
| logical2, … | No | Second logical condition. You can have a max of 255 conditions |