Scenario Mode
👤 Your Role: You are a sales analyst at a retail company.
📋 Request: Your manager wants a quick way to calculate the sales tax for any given amount directly in Google Sheets using a custom function.
📊 Data: You have a list of sales amounts in a column. The sales tax rate is fixed at 7.5%.
🎯 Deliverable: Create a custom function named SALES_TAX that takes a sales amount as input and returns the tax amount. Then use this function in the sheet to calculate tax for each sale.
Progress0 / 3 steps