About Lesson
You are an HR analyst at a company. You have been given a spreadsheet containing the performance data of salesmen and their respective line managers. Your task is to analyze the data to determine incentives for the salesmen.
Data Provided:
-
Salesmen Data (
SalesmenData.xlsx
):- Salesmen Sheet:
- SalesmanID
- Name
- Region
- LineManagerID
- Salesmen Sheet:
-
Performance Data (
PerformanceData.xlsx
):- Performance Sheet:
- SalesmanID
- Month
- SalesAmount
- Performance Sheet:
-
Line Managers Data (
LineManagersData.xlsx
):- LineManagers Sheet:
- LineManagerID
- Name
- Department
- LineManagers Sheet:
Tasks:
-
VLOOKUP:
- Use VLOOKUP to create a combined report that includes each salesman’s name, region, line manager’s name, and their total sales for the year.
-
COUNT:
- Count the number of salesmen managed by each line manager.
-
Conditional Formatting:
- Apply conditional formatting to highlight salesmen who achieved sales above a certain threshold (e.g., $100,000).
-
Chart:
- Create a chart showing the total sales per region.
-
Pivot Table:
- Create a pivot table to summarize the total sales by line manager and by region.