Scenario Mode
👤 Your Role: You are a sales assistant at a retail store.
📋 Request: Your manager wants you to mark each sale as 'High' if the sale amount is $500 or more, and 'Low' if it is less than $500.
📊 Data: You have a list of sales transactions with the sale ID and the sale amount in dollars.
🎯 Deliverable: Create a new column that uses the IF function to label each sale as 'High' or 'Low' based on the sale amount.
Progress0 / 3 steps