IntermediateLogical Functions8 min25 points

Approve orders with AND

The situation

Harbor Supply auto-approves an order only when the customer has credit available and the order is under $5,000. Anything else goes to a manager.

A1
fx
Approve orders with AND — 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
1OrderValueCreditDecision
2ORD-1042$3,400OK
3ORD-1046$4,250Hold
4ORD-1050$6,200OK
5ORD-1051$980OK
6

Functions in this exercise

  • IFReturns one value when a test is true and another when it is false.
  • ANDReturns TRUE only when every condition is true.

Who this is for