Practice challenge
Flag priority tickets
#28
3 attempts remaining
IntermediateCustomersTarget D2
A support queue should flag tickets that are urgent or from VIP customers.
Write a formula for D2 that returns "Priority" when urgency is High or VIP is Yes; otherwise "Normal".
Flag priority tickets
Swipe horizontally to view the full table.
| A | B | C | D | |
|---|---|---|---|---|
| # | Ticket | Urgency | VIP | Queue |
| 2 | T-101 | High | No | blank |
| 3 | T-102 | Low | Yes | blank |
| 4 | T-103 | Low | No | blank |
| 5 | T-104 | High | Yes | blank |
