Flag orders needing special handling with OR
Mark an order when either of two independent conditions is true.
OR · IF
Returns TRUE when at least one condition is true. Below are 2 interactive exercises that put it to work on realistic business data — you write the formula, and get told exactly what went wrong when it does not work.
OR(logical1, [logical2], ...)
Ordered from most approachable to hardest.
Mark an order when either of two independent conditions is true.
OR · IF
Combine two logical tests so one condition can override the other.
AND · OR · IF
Returns TRUE when at least one condition is true. It belongs to the logical functions family, and it shows up constantly in real work — which is why it is worth being genuinely fluent rather than merely familiar.
Before this one, it helps to be comfortable with IF. The exercises below assume that ground is covered.
Reading about a function is not the same as being able to write it. The exercises on this page exist because the gap between recognising OR and producing it from memory, correctly, on data you have not seen before, only closes by doing it.