Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants you to categorize sales performance of each store based on monthly sales figures.
📊 Data: You have a table with store names and their monthly sales amounts in dollars.
🎯 Deliverable: Create a new column that uses nested IF functions to assign a performance category: 'Low' for sales under 5000, 'Medium' for sales between 5000 and 10000, and 'High' for sales above 10000.
Progress0 / 3 steps