Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants a quick way to categorize sales regions into broader zones for a summary report.
📊 Data: You have a list of sales transactions with columns for Region and Sales Amount.
🎯 Deliverable: Create a new column that uses the SWITCH function to assign each Region to a Zone: 'North' and 'East' regions belong to 'Zone 1', 'South' and 'West' belong to 'Zone 2', and any other region should be labeled 'Other'.
Progress0 / 4 steps