Excel Functions and Charts
Excel Functions and Charts
Scenario:
You work as a data analyst at GreenTech Supplies. You have been given a sales dataset and are
required to use various Excel functions and tools to summarize and analyze the data.
Instructions:
1. Open Microsoft Excel and create a new workbook. Rename the worksheet to "Sales_Analysis".
| Product ID | Product Name | Category | Units Sold | Unit Price | Region | Salesperson |
|------------|--------------|-------------|------------|------------|------------|-------------|
3. Calculate the total sales for each product (Units Sold * Unit Price) in a new column titled "Total
6. Create a VLOOKUP table on a new sheet named "Lookup" with the Product ID and Product
Name.
- Use VLOOKUP to return the Product Name in "Sales_Analysis" sheet using the Product ID.
8. Add a column labeled "Rank" to rank products by Total Sales (highest to lowest) using the RANK
function.
9. Use COUNTIF to count how many products were sold in the "Accessories" category.