Scenario Mode
👤 Your Role: You are an Excel analyst working in the finance department.
📋 Request: Your manager wants you to automate the calculation of total sales for each product category using VBA. They want a macro that loops through sales data and sums sales by category.
📊 Data: You have a table with columns: Product Category, Product Name, and Sales Amount. The data has multiple rows for different products and categories.
🎯 Deliverable: Create a VBA macro that uses variables and loops to calculate total sales per product category and outputs the results in a new summary table.
Progress0 / 9 steps