Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants you to calculate the sales per unit for each product. However, some products have zero units sold, which causes errors in the calculation. You need to handle these errors gracefully.
📊 Data: You have a table with Product names, Total Sales amount, and Units Sold.
🎯 Deliverable: Create a new column that calculates Sales per Unit. If Units Sold is zero or missing, show 'No Sales' instead of an error.
Progress0 / 4 steps