Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants a clean sales report that shows total sales per product. If there is any error in the calculation, it should show 'Check Data' instead of an error message.
📊 Data: You have a table with Product IDs, Product Names, Units Sold, and Unit Price. Some rows have incorrect data that cause errors when calculating total sales.
🎯 Deliverable: Create a new column 'Total Sales' that multiplies Units Sold by Unit Price. Use formulas to replace any errors with the text 'Check Data'.
Progress0 / 4 steps