Hireizon Assessments - Excel 2010 Interactive Assessment
Enter Your Information
Task 1: Calculate Total Sales
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 150
A3: Product B, B3: 200
A4: Product C, B4: 300
Use the SUM function in cell B5 to calculate the total sales.
Answer:
Task 2: Calculate Average Sales
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 150
A3: Product B, B3: 200
A4: Product C, B4: 300
Use the AVERAGE function in cell B5 to calculate the average sales.
Answer:
Task 3: Count Sales Exceeding $500
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 400
A3: Product B, B3: 600
A4: Product C, B4: 700
Use the COUNTIF function in cell B5 to count the number of products with sales exceeding $500.
Answer:
Task 4: Combine First and Last Names
In the provided Excel spreadsheet, enter the following data:
A1: First Name, B1: Last Name, C1: Full Name
A2: John, B2: Doe, C2:
A3: Jane, B3: Smith, C3:
Use the CONCATENATE function in column C to combine first and last names in columns A and B into a full name.
Answer:
Task 5: Use VLOOKUP
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 150
A3: Product B, B3: 200
A4: Product C, B4: 300
Use the VLOOKUP function in cell B5 to find the sales figure for "Product B".
Answer:
Task 6: Calculate Min and Max Sales
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 150
A3: Product B, B3: 200
A4: Product C, B4: 300
Use the MIN and MAX functions in cells B5 and B6 to calculate the minimum and maximum sales.
Answer:
Task 7: Identify Top 3 Selling Products
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 500
A3: Product B, B3: 300
A4: Product C, B4: 700
A5: Product D, B5: 400
Identify the top 3 selling products using conditional formatting.
Answer:
Task 8: Calculate Percentage Change in Sales
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Q1 Sales, C1: Q2 Sales
A2: Product A, B2: 200, C2: 250
A3: Product B, B3: 300, C3: 350
A4: Product C, B4: 400, C4: 450
Use appropriate formulas to calculate the percentage change in sales from Q1 to Q2 for each product in column D.
Answer:
Task 9: Create a Sales Trend Chart
In the provided Excel spreadsheet, enter the following data:
A1: Region, B1: Sales
A2: North, B2: 300
A3: South, B3: 400
A4: East, B4: 350
A5: West, B5: 450
Create a column chart to visualize sales trends for different regions.
Answer:
Task 10: Create a PivotTable
In the provided Excel spreadsheet, enter the following data:
A1: Region, B1: Product, C1: Sales
A2: North, B2: Product A, C2: 150
A3: South, B3: Product B, C3: 200
A4: East, B4: Product C, C4: 300
A5: West, B5: Product A, C5: 400
Create a PivotTable to summarize sales data by product category and region.
Answer:
Task 11: Highlight Sales Exceeding Threshold
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 650
A3: Product B, B3: 700
A4: Product C, B4: 550
Highlight cells with sales figures exceeding a user-defined threshold (e.g., $700).
Answer:
Task 12: Identify Below-Average Sales
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 300
A3: Product B, B3: 200
A4: Product C, B4: 100
Use conditional formatting to identify products with below-average sales.
Answer:
Task 13: Apply Data Bars
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 250
A3: Product B, B3: 300
A4: Product C, B4: 350
Apply data bars to visually represent sales performance for each product.
Answer:
Task 14: Highlight Sales Regions Exceeding Targets
In the provided Excel spreadsheet, enter the following data:
A1: Region, B1: Target, C1: Sales
A2: North, B2: 300, C2: 400
A3: South, B3: 350, C3: 450
A4: East, B4: 250, C4: 350
A5: West, B5: 400, C5: 500
Use color coding to highlight sales regions that exceed their sales target.
Answer:
Task 15: Flag Outliers in Sales Data
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 150
A3: Product B, B3: 1000
A4: Product C, B4: 200
Implement conditional formatting to flag any outliers in sales data.
Answer:
Task 16: Use INDEX and MATCH
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 150
A3: Product B, B3: 200
A4: Product C, B4: 300
Use the INDEX and MATCH functions together to find the sales figure for "Product B".
Answer:
Task 17: Calculate Standard Deviation
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 150
A3: Product B, B3: 200
A4: Product C, B4: 300
Calculate the standard deviation of sales figures in cell B5.
Answer:
Task 18: Use SUMIFS Function
In the provided Excel spreadsheet, enter the following data:
A1: Region, B1: Product, C1: Sales
A2: North, B2: Product A, C2: 150
A3: South, B3: Product B, C3: 200
A4: East, B4: Product C, C4: 300
A5: West, B5: Product A, C5: 400
Use the SUMIFS function to calculate total sales for "Product A" in cell B6.
Answer:
Task 19: Scenario Manager
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales, C1: Scenario
A2: Product A, B2: 150, C2: Best Case
A3: Product B, B3: 200, C3: Worst Case
A4: Product C, B4: 300, C4: Average Case
Create a scenario manager to analyze the impact of changes in sales targets on overall revenue.
Answer:
Task 20: Custom Data Validation Rule
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2:
A3: Product B, B3:
A4: Product C, B4:
Implement a custom data validation rule to restrict user input to positive numbers only.
Answer:
Task 21: Use IF Function
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales, C1: Rating
A2: Product A, B2: 150
A3: Product B, B3: 200
A4: Product C, B4: 300
Use the IF function to assign a rating ("High", "Medium", "Low") based on sales performance compared to a target.
Answer:
Task 22: Nested IF Statement
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales, C1: Commission
A2: Product A, B2: 150
A3: Product B, B3: 200
A4: Product C, B4: 300
Create a nested IF statement to assign different commission rates based on sales volume thresholds.
Answer:
Task 23: Use AND and OR Functions
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 150
A3: Product B, B3: 200
A4: Product C, B4: 300
Use a combination of logical functions (AND, OR) to identify products meeting multiple criteria (e.g., high sales and specific category).
Answer:
Task 24: Use HLOOKUP
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales, C1: Quarter
A2: Product A, B2: 150, C2: Q1
A3: Product B, B3: 200, C3: Q2
A4: Product C, B4: 300, C4: Q3
Use the HLOOKUP function to find the sales figure for "Product B" in Quarter 2.
Answer:
Task 25: Apply Conditional Formatting to Highlight Duplicates
In the provided Excel spreadsheet, enter the following data:
A1: Product, B1: Sales
A2: Product A, B2: 150
A3: Product B, B3: 200
A4: Product C, B4: 150
Use conditional formatting to highlight duplicate sales figures.
Answer:
Results
© Hireizon Assessments. All rights reserved.