IntermediateLogical Functions9 min25 points

Band orders by size with nested IF

The situation

Harbor Supply wants orders bucketed as Small, Medium or Large for a distribution chart in the board pack.

A1
fx
Band orders by size with nested IF — 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
1OrderValueSize band
2ORD-1042$3,400
3ORD-1044$2,100
4ORD-1043$890
5ORD-1046$4,250
6

Functions in this exercise

  • IFReturns one value when a test is true and another when it is false.

Who this is for