Best on desktop
The spreadsheet workspace needs more room than this screen offers. Switch to a laptop for the full experience.
You're an operations analyst handed 12 tickets and a column showing the expected triage outcome per ticket. The triage logic lives in a runbook nobody can find — derive the rule from the target column itself, then encode it as a single formula.
Columns:
Five possible outcomes appear in column F: Auto-Escalate, Manual-Review, Auto-Close-Stale, Pending-Customer, Standard.
Hint — the rule has the structure of a precedence ladder (first match wins). The five branches use Severity, Customer, and AgeDays. Two AgeDays cutoffs separate "fresh," "aging," and "stale." The Minor rows include adjacent values (30 vs. 31 days) that pin the stale boundary precisely — make sure your thresholds match those rows exactly.
Your task:
Graded cells: E2 (TKT-001 Critical → Auto-Escalate), E5 (TKT-004 Major/SMB/3d → Manual-Review), E7 (TKT-006 Minor/Enterprise/31d → Auto-Close-Stale — stale boundary), E8 (TKT-007 Minor/SMB/5d → Standard), E9 (TKT-008 Minor/Free/15d → Pending-Customer), E10 (TKT-009 Minor/Enterprise/30d → Pending-Customer — pending boundary).