answers excel sheet
answers excel sheet
Alice 25 HR 50000
Bob 30 Finance 60000
Charlie 35 IT 70000
David 40 Marketing 80000
1. Create a pivot table to show the total salary by department.
200
150
sales
100
50
0
Sales_Q1
Laptop
3. Create a chart showing Q1 to Q4 sales for each product.
quaters
Laptop Tablet Smartphone Monitor
Product Sales_Q1 Sales_Q2 Sales_Q3 Sales_Q4
Laptop 120 140 130 145
Tablet 150 160 155 165
Smartphone 200 210 205 220
Monitor 130 125 135 140
4. Calculate the average sales for Q3 using an Excel formula.
harlie's deparment
IT
Name Age Department Salary 6. Apply data validation to restrict the
Alice 25 HR 50000
Bob 30 Finance 60000
Charlie 35 IT 70000
David 40 Marketing 80000
. Apply data validation to restrict the age column to values between 20 and 50.
Product Sales_Q1 Sales_Q2 Sales_Q3 Sales_Q4
Laptop 120 140 130 145
Tablet 150 160 155 165
200
150
100
50
0
Laptop
7. Create a combo chart using 'Sales_Q1' and 'Sales_Q2'.
sale q1 and q2
250
200
150
100
50
0
Laptop Tablet Smartphone Monitor
Sales_Q1 Sales_Q2
Name Age Department Salary 8. Use the IF function to create a bonu
Alice 25 HR 50000
Bob 30 Finance 60000
Charlie 35 IT 70000
David 40 Marketing 80000
. Use the IF function to create a bonus column, awarding 10% for salaries over 60000.
olution below
Name Age Department Salary
Alice 25 HR 50000 10. Use the INDEX-MATCH combination to find
Bob 30 Finance 60000
Charlie 35 IT 70000 solution below
David 40 Marketing 80000 80000
EX-MATCH combination to find 'David's' salary.
Date Sales
1/1/2023 0:00 405
1/2/2023 0:00 446
1/3/2023 0:00 155
1/4/2023 0:00 114
1/5/2023 0:00 349
1/6/2023 0:00 146
1/7/2023 0:00 323 solution
1/8/2023 0:00 120 below
1/9/2023 0:00 140
1/10/2023 0:00 348 Date Sales running total
1/1/2023 0:00 405 405
1/2/2023 0:00 446 851
1/3/2023 0:00 155 1006
1/4/2023 0:00 114 1120
1/5/2023 0:00 349 1469
1/6/2023 0:00 146 1615
1/7/2023 0:00 323 1938
1/8/2023 0:00 120 2058
1/9/2023 0:00 140 2198
1/10/2023 0:00 348 2546
11. Write a formula to calculate running totals for the 'Sales' column.
ing total
Employee ID Name Joining Date Performance Score
101 Emily 1/15/2021 85
102 John 5/20/2020 90
103 Sophia 3/25/2019 88
104 Michael 11/10/2022 92
15. Use XLOOKUP to find a matching 'Employee ID'.
solution below
emp ID emp name
102 #NAME?
solution below
#NAME?
olution below