Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants a quick way to calculate the total price after applying a discount and tax for any product sold. They want a reusable formula to avoid repeating complex calculations.
📊 Data: You have a table with product names, unit prices, quantities sold, discount rates (as decimals), and tax rates (as decimals).
🎯 Deliverable: Create a custom LAMBDA function that calculates the final price after discount and tax, then use it to calculate the total price for each product.
Progress0 / 4 steps