671b287a96722 Excel Competency Check - MSDF
671b287a96722 Excel Competency Check - MSDF
In this Case Study, we’re diving into a real-world sales dataset packed with everything from order details to customer ratings. Using Excel’s power functions
like SUMIFS, INDEX, MATCH, and more, we’ll uncover hidden insights like top-selling products, regional sales trends, and customer favorites. This is your
opportunity to see how tech transforms raw data into actionable insights.
1. Total Sales by Region (SUMIFS) - Calculate the total sales for each region. Use the SUMIFS function to filter the sales data by region.
2. Highest and Lowest Sales by Product (INDEX, MATCH, MAX, MIN). Find the product with the highest and lowest sales using INDEX, MATCH, MAX, and MIN.
3. Average Customer Rating by Category (AVERAGEIF) - Use AVERAGEIF to calculate the average customer rating for each product category
4. Product Sales Count (COUNTIF)- Use COUNTIF to count how many times each product has been sold across all regions.
5. Sales Growth by Month (MONTH, YEAR, SUMIFS) - Calculate the monthly sales growth using MONTH, YEAR, and SUMIFS.
6. Conditional Formatting for Top Sales- Apply conditional formatting to highlight the top 3 highest sales amounts in the dataset.