Excel Exercise Troy 2024 Advanced 1
Excel Exercise Troy 2024 Advanced 1
I. Theory
1. Insert data and distinguish different data types
2. Concepts of cell address
3. Fomular
4. Copy fomulars
5. Change the widths of columns
II. Practice
1. Start Excel
2. Input data as shown the above table
3. Calculate Basic Salary and Total
Basic Salary = Pay Rate * 1.050.000
Total = Basic Salary + Lunch Fee
4. Save the file as Salary.xls
Exercise 2:
I. Theory
1. Sheet Basics
2. Insert rows and columns
3. Update data
4. Use functions such as IF and ROUND
II. Practice
1. Open the file “salary.xls”
2. Change the sheet name sheet1 into “salary table”
3. Copy “salary table” to new one and change its name into “salary table 2"
4. Insert a new column named “Responsibility” on the right hand side of the column
“Lunch Fee”. The value of this column will be:
100,000 for employees whose Pay Rate is greater than or equal to 6
70,000 for employees whose Pay Rate is from 5 to 6
50,000 for employees whose Pay Rate is less than 5
5. Insert a new column named “8/3 Bonus” on the right hand side of the column
“Responsibility” and fill its values as follows:
Award 50,000 for female employees
Male employees are not awarded.
6. Recalculate the column “Total” based on the following fomular and use the
function ROUND to round values to 3 decimal places:
Total = Basic Salary + Lunch Fee + Responsibility + 8/3 Bonus
7. Calculate the following values:
+ Sum of all employees salaries in this company
+ Average salary of this company
+ Average salary of female employees
+ Average salary of male employees
+ Max and Min salary
Exercise 3:
PRODUCT PRICE CALCULATION
Feight
Code Tax Rate Payment
Rate
A 20% 4%
B 10% 3%
C 8% 3%
D 5% 2%
I. Theory
1. Using advanced functions such as VLOOKUP and HLOOKUP
II. Practice
1. Input the above tables
2. Calculate values of blank columns as follows:
+ Amount = Basic Price * Quantity
+ Import Duty and Freight Payment are calculated based on checking their
corresponding rates in the 2nd table
~Rate * Amount
+ Buying Price =(Amount + Import Duty + Freight Payment)/ Quantity
+ Offer Price =( Amount + Import Duty + Freight Payment)*(1+ fixed rate)/
Quantity, where fixed rate is set equal to 5%
Exercise 4:
I. Theory
1. Using search and logic funtions
2. Using Subtotal function
3. Drawing chart
II. Practice
1. Automatically filling data for District column.
2. Calculate values of KWh Usage column
3. Calculate values of Rated Consumption and Unit Price columns
4. Values of Total Charge are calculated as follows:
+ If KWh Usage <= Rated Consumption then
Total Charge = Unit Price * KWh Usage
+ If KWh Usage > Rated Consumption then
Total Charge = Unit Price * KWh Usage + Rate*Unit Price*Exccess
KWh Usage) where Rate is calculated as follows:
= 1 if Excess KWh Usage is less than Rated Consumption
= 2 if Excess KWh Usage is greater than or equal to Rated
Consumption, and less than 2* Rated Consumption
= 3 if Excess KWh Usage is greater than or equal to 2* Rated
Consumption
Marks
Home Avg.
No. Name Gender 1st 2nd 3rd Rank
Town Mark
Subject Subject Subject
No. of credits 3 3 4
1 Nguyen T. Anh Vinh F 6 5 6
2 Tran Van An Vinh M 2 4 6
3 Ng Huu Can Thanh Hoa F 4 5 6
4 Nguyen Dung Ha Noi M 2 4 2
5 Dieu Duc Dung Ha Tay M 3 4 6
6 Chu Thi Dang Hue F 3 7 7
7 Chu Tran Duc Quang Nam M 3 6 6
8 Vo T. Tra Giang Da Nang F 3 6
9 Vo T. Anh Thu Da Nang F 7 5 7
10 Vu Duc Minh Ha Tay M 6 8 7
11 Le Van Tam Ha Noi M 7 8 8
Description:
-The last letter of Product Code indicates Types of Product, where A means “Advanced”, and
S means “Standard“
Requirements: