BeginnerLogical Functions5 min15 points

Flag orders needing special handling with OR

The situation

The warehouse wants a single column telling pickers which orders leave the normal flow. An order needs special handling if it is a rush job or if it contains fragile stock — either one on its own is enough.

A1
fx
Flag orders needing special handling with OR — question sheet. Use the arrow keys to move between cells, Enter or F2 to edit, Escape to cancel, Control D to fill down from the cell above, and Control C and Control V to copy and paste.
Row numberABCDE
1OrderServiceFragileHandling
2SO-5201RushNo
3SO-5202StandardNo
4SO-5203StandardYes
5SO-5204RushYes
6SO-5205StandardNo
7SO-5206StandardYes
8

Functions in this exercise

  • ORReturns TRUE when at least one condition is true.
  • IFReturns one value when a test is true and another when it is false.

Who this is for